Click or drag to resize
LicenseWindowsRegistryAlias Constructor (String, AuthorEncryptionKey, Boolean, String)
Creates a new LicenseWindowsRegistryAlias object, which may be used for managing a license file alias located in the Windows registry.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public LicenseWindowsRegistryAlias(
	string location,
	AuthorEncryptionKey encryptionKey,
	bool useEncryption,
	string value
)

Parameters

location
Type: SystemString
The full registry key path.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The client encryption key.
useEncryption
Type: SystemBoolean
Set to true to use encrypted alias files.
value
Type: SystemString
The name of the registry value (e.g. "Version").
Remarks

Assumes HKEY_LOCAL_MACHINE (RegistryHive.LocalMachine) is the root/hive to which the path is relative.

See Also