The LicenseSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LicenseSettings |
Creates a new instance of LicenseSettings.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CreatedDate |
The system date a license key is created on.
| |
CustomData |
The custom data that is embedded in a license key.
| |
EncodingFormat |
The license key text encoding format
| |
ExpirationDate |
The exact expiration date for a license key
| |
ExpirationDays |
The number of expiration days that are associated with a license key
| |
Flags |
An integer value that represents license key flags enabled/disabled state.
| |
LicenseKeyType |
The license type that is associated with a license key.
| |
SystemId |
The system identifier that is specified for a license key.
| |
SystemIdOptions |
The system identifier options that are selected for a license key.
| |
Tolerance |
The maximum allowed number of system identifier options that do not match the current system's identifiers on which the license is being activated.
For example, if a license has five(5) system identifier options selected in a license key and the tolerance level defined for the license is two(2), the license key will be identified
as invalid if more than two(2) system identifiers of the current system do not match.
|