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