TCilTsegLicenseActivation Class
Definition
Properties of an activated license.
type TCilTsegLicenseActivation = class(TCilTsegData)
- Inheritance
Remarks
An activated license is associated to devices(s), email(s) and software(s). Each activation has a unique activation number. The number of allowed activations depends on an activation counter in the license depending of its license type.
Constructors
| Create |
Constructor method for this class. |
Properties
| ActivationNumber |
The unique activation number (can be used to check the llicence validity, the activation validity, the device validity, ...). |
| End_Of_License |
Date of the end of validity for the license key. |
| End_Of_Maintenance |
Date of the end of maintenance subscription for the license key. |
| Error |
This property is True if an error occured to access to this an API or some datas. If all went good, the Error property is set to False. (Inherited from TCilTsegData) |
| First_Activation |
Date of the first activation of this license key on this device. |
| LicenseNumber |
The license key for this activation. |