Lists license status enumerations

Namespace: SimpleMode.SecureLicenseManager
Assembly: 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 nameValueDescription
Valid0 License is valid (license information was successfully read and time limit and system identifier lock checks were successfully verified).
Invalid1 License is invalid (No license information was read and/or either time limit or system identifier lock checks were not successfully verified).
Expired2 License is invalid and time limit for the license has expired.
Failed4 License is invalid because Secure License Manager is unable to verify license for unspecified reason.
Deactivated8 License is deactivated.
InvalidLocalTimeDifference16 Time difference between the local time and the license service is more than the maximum allowed time difference.
InvalidSystemId32 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.

See Also