Show / Hide Table of Contents

Class License

Provides licensing information.

Inheritance
System.Object
License
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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
System.DateTime

The date the evaluation license expires.

IsLicensed

Indicates whether the product is licensed.

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

true if the product is licensed; otherwise false.

Name

Gets the product name.

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

The product name.

Version

Gets the product version.

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

The product version.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.