 | LicenseLocation Enumeration |
Represent the storage location for the license.
Namespace: Habanero.Licensing.ValidationAssembly: Habanero.Licensing.Validation (in Habanero.Licensing.Validation.dll) Version: 2.0.0.0 (2.2.0.5)
Syntaxpublic enum LicenseLocation
Public Enumeration LicenseLocation
public enum class LicenseLocation
Members
| Member name | Value | Description |
---|
| File | 0 |
Stored in the regular file system.
|
| UserIsolatedStorage | 1 |
Stored in the current user's isolated storage. The license file will only be accesible by the current user.
|
| None | 2 |
Never store the license. Only used for License Generation.
|
| MachineIsolatedStorage | 3 |
Stored in the machine's isolated storage. The license file will be accesible to all users.
|
See Also