Click or drag to resize
LicenseAlias Constructor
Creates a new LicenseAlias object.

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

Parameters

location
Type: SystemString
The full/absolute path or location to the alias.
type
Type: com.softwarekey.Client.LicensingLicenseAliasLocationType
The type of location.
encryptionKey
Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object containing the required encryption data.
useEncryption
Type: SystemBoolean
Whether or not to use encryption. (Set to true if unsure.)
See Also