License Class |
Namespace: TreeksLicensingLibrary2
The License type exposes the following members.
Name | Description | |
---|---|---|
AllowedFeatures |
Gets or sets allowed features list
| |
BlockedFeatures |
Gets or sets blocked features list
| |
EnableHardwareIDMoreDistinctMode |
If enabled, hardware id for license verification is calucalted using components like HDD serial, which are frequently replaced. It generates distinct IDs for 99,99% of devices.
| |
EnableHardwareIDTerminalServicesMode |
If enabled, MAC addresses of network interfaces within the device are used to calculate hardware ID together with currently logged in username. This automatically sets EnableHardwareIDMoreDistinctMode
| |
ExpirationDate |
Gets or sets license expiration date.
| |
ExpirationDateEnabled |
If set to true, the license will not pass validation after expiration date
| |
ExpirationCheckOnlineOnly |
Gets or sets if the expiration can be checked with local computer time
| |
ExpirationCheckTimeServer |
Gets or sets the NTP server address used to check license expiration date
| |
HardwareID |
Gets or sets whitelisted hardware ID list for license
| |
HardwareIDSalt |
Property to set hardware ID salt for license verification.
| |
Info1 |
Gets or sets any additional information in license
| |
Info10 |
Gets or sets any additional information in license
| |
Info2 |
Gets or sets any additional information in license
| |
Info3 |
Gets or sets any additional information in license
| |
Info4 |
Gets or sets any additional information in license
| |
Info5 |
Gets or sets any additional information in license
| |
Info6 |
Gets or sets any additional information in license
| |
Info7 |
Gets or sets any additional information in license
| |
Info8 |
Gets or sets any additional information in license
| |
Info9 |
Gets or sets any additional information in license
| |
IsDemo |
Allows to easily determine if license is demo/trial
| |
IsReadOnly |
Makes all properties of this object read-only. This can't be reverted.
| |
ObfuscationPassword |
Gets or sets the obfuscation password used to encrypt license
| |
OwnerName |
Gets or sets license owner name
| |
ProductName |
Gets or sets product name
| |
SerialNumber |
Gets or sets serial number of license
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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.) | |
GenerateLicenseFile |
Generates license file to be used in your application
| |
GenerateLicenseString |
Generates license string to be used in your application
| |
GetHashCode | Serves as the default hash function. (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.) |