Click or drag to resize
LicenseImageAlias Constructor
Constructor for managing a License File alias located within the image data of an image file.

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

Parameters

location
Type: SystemString
The absolute path to the alias file.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The client encryption key CSP blob.
useEncryption
Type: SystemBoolean
Set to true to use encrypted alias files.
See Also