Lists license status enumerations
Namespace: SimpleMode.SecureLicenseManagerAssembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
C# |
---|
[FlagsAttribute] public enum LicenseStatus |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration LicenseStatus |
Visual C++ |
---|
[FlagsAttribute] public enum class LicenseStatus |
Members
Member name | Value | Description | |
---|---|---|---|
Valid | 0 | License is valid (license information was successfully read and time limit and system identifier lock checks were successfully verified). | |
Invalid | 1 | License is invalid (No license information was read and/or either time limit or system identifier lock checks were not successfully verified). | |
Expired | 2 | License is invalid and time limit for the license has expired. | |
Failed | 4 | License is invalid because Secure License Manager is unable to verify license for unspecified reason. | |
Deactivated | 8 | License is deactivated. | |
InvalidLocalTimeDifference | 16 | Time difference between the local time and the license service is more than the maximum allowed time difference. | |
InvalidSystemId | 32 | The system id specified in the license does not match the current system or the system id that was captured at the time or activating the license does not match the current system id. |