Defines enumerations for the different license types that are supported by Simple Mode Secure License Manager

Namespace: SimpleMode.SecureLicenseManager
Assembly: 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 nameValueDescription
None-1 No license type defined
ActivationKey0 A license that contains license key information and is sent to a licensing server for activation.
ActivationCode1 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
CompactUnlockKey2 A license key that is used to unlock without any server side communication.
StandardUnlockKey3 A license key that is used to unlock without any server side communication with additional validation.

See Also