LicenseGetEncryptionKey Method |
Gets the AuthorEncryptionKey object used for cryptographic routines.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxprotected AuthorEncryptionKey GetEncryptionKey()
Protected Function GetEncryptionKey As AuthorEncryptionKey
protected:
AuthorEncryptionKey^ GetEncryptionKey()
Return Value
Type:
AuthorEncryptionKeyReturns an AuthorEncryptionKey object, which includes data required for cryptographic routines.
See Also