Defines possible values for the LicenseStorageType enumeration.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public enum LicenseStorageType
Visual Basic
Public Enumeration LicenseStorageType
Visual C++
public enum class LicenseStorageType

Members

Member nameValueDescription
None0 Unknown or unspecified license storage type
File1 File system based license storage type
Registry2 Windows registry based license storage type
IsolatedStorage3 System.IO.IsolatedStorage based license storage type

See Also