Class License
Provides licensing information.
Inherited Members
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 | 
  | 
      
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.  |