LicenseWindowsRegistryAlias Constructor (String, AuthorEncryptionKey, Boolean, String) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseWindowsRegistryAlias(
string location,
AuthorEncryptionKey encryptionKey,
bool useEncryption,
string value
)
Public Sub New (
location As String,
encryptionKey As AuthorEncryptionKey,
useEncryption As Boolean,
value As String
)
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
See Also