Show / Hide Table of Contents

Class License

Provides licensing information.

Inheritance
object
License
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class License

Properties

Expires

Gets the date the evaluation license expires.

Declaration
public static DateTime Expires { get; }
Property Value
Type Description
DateTime

The date the evaluation license expires.

IsLicensed

Indicates whether the product is licensed.

Declaration
public static bool IsLicensed { get; }
Property Value
Type Description
bool

true if the product is licensed; otherwise false.

Name

Gets the product name.

Declaration
public static string Name { get; }
Property Value
Type Description
string

The product name.

Version

Gets the product version.

Declaration
public static Version Version { get; }
Property Value
Type Description
Version

The product version.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.