| License Class |
Namespace: TreeksLicensingLibrary
The License type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializeXML |
Generates LicenseInfo object from XML.
| |
| 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.) | |
| GeneratedSignedLicenseXML |
Generates license xml WITH signature
| |
| GenerateXML |
Generates license xml WITHOUT signature
| |
| 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.) |
| Name | Description | |
|---|---|---|
| ExpirationDate |
Gets or sets license expiration date
| |
| ExpirationCheckOnlineOnly |
Set's, if license expiration must be checked online. If TRUE, license will be treated as invalid when offline.
| |
| HardwareID |
Gets or sets hardware id of license. If set, license can be used only on computer with specified hardware id.
| |
| LicenseInfo1 |
Gets or sets custom license info property.
| |
| LicenseInfo2 |
Gets or sets custom license info property.
| |
| LicenseInfo3 |
Gets or sets custom license info property.
| |
| OwnerName |
Gets or sets license owner
| |
| ProductName |
Gets or sets product name
| |
| Restrictions |
Gets or sets restriction info.
| |
| SerialNumber |
Gets or sets serial number
|