Enum RegistrationStatus
Represents the registration status of the Colectica installation.
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum RegistrationStatus
Fields
| Name | Description |
|---|---|
| Expired | The registration is expired. |
| IncorrectProduct | The license file contains a registration for a different product. |
| InvalidXml | The license file is not valid. |
| NotFound | The registration status could not be determined. |
| NotSigned | The license file is not digitally signed. |
| Valid | The registration is valid. |