LicenseImageAlias Constructor |
Constructor for managing a License File alias located within the image data of an image file.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseImageAlias(
string location,
AuthorEncryptionKey encryptionKey,
bool useEncryption
)
Public Sub New (
location As String,
encryptionKey As AuthorEncryptionKey,
useEncryption As Boolean
)
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