Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public LicenseAlias(
string location,
LicenseAliasLocationType type,
AuthorEncryptionKey encryptionKey,
bool useEncryption
)
Public Sub New (
location As String,
type As LicenseAliasLocationType,
encryptionKey As AuthorEncryptionKey,
useEncryption As Boolean
)
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