Class License
Provides license information.
Implements
Inherited Members
Namespace: ComponentSpace.Saml2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public class License : ILicense
Properties
Expires
Gets the date the evaluation license expires.
Declaration
public DateTime Expires { get; }
Property Value
Type | Description |
---|---|
DateTime | The date the evaluation license expires. |
IsLicensed
Indicates whether the product is licensed.
Declaration
public bool IsLicensed { get; }
Property Value
Type | Description |
---|---|
bool |
|
Name
Gets the product name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string | The product name. |
Version
Gets the product version.
Declaration
public Version Version { get; }
Property Value
Type | Description |
---|---|
Version | The product version. |