Defines enumerations for the different license types that are supported by Simple Mode Secure License Manager
Namespace: SimpleMode.SecureLicenseManagerAssembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
C# |
---|
public enum LicenseKeyType |
Visual Basic |
---|
Public Enumeration LicenseKeyType |
Visual C++ |
---|
public enum class LicenseKeyType |
Members
Member name | Value | Description | |
---|---|---|---|
None | -1 | No license type defined | |
ActivationKey | 0 | A license that contains license key information and is sent to a licensing server for activation. | |
ActivationCode | 1 | A license code that can be used to activate a license. The license key information is stored on the server side and is not included in the license activation code. The license activation code is used to determine the license that is stored in the license activation server | |
CompactUnlockKey | 2 | A license key that is used to unlock without any server side communication. | |
StandardUnlockKey | 3 | A license key that is used to unlock without any server side communication with additional validation. |