XmlRsaEncryptionBaseEncryptionKey Property |
Gets or sets the Encryption Key data required for cryptographic routines.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic AuthorEncryptionKey EncryptionKey { get; set; }
Public Property EncryptionKey As AuthorEncryptionKey
Get
Set
public:
property AuthorEncryptionKey^ EncryptionKey {
AuthorEncryptionKey^ get ();
void set (AuthorEncryptionKey^ value);
}
Property Value
Type:
AuthorEncryptionKey
See Also