LicenseAliasLocationType Enumeration |
The type of location in which the alias is to be stored
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax Public Enumeration LocationType
public enum class LocationType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | Unknown type of alias location |
| FileSystem | 1 | The alias is located on a file system accessible by the computer |
| WindowsRegistry | 2 | The alias is located in the Windows registry on the current computer |
See Also