Click or drag to resize
XmlRsaEncryptionOptions Enumeration
Encryption and Decryption Options.

Namespace: com.softwarekey.Client.Encryption
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public enum XmlRsaEncryptionOptions
Members
  Member nameValueDescription
OmitEncryption0Omit encryption and decryption
UseClientKey1Use the Client Key
UseServerKey2Use the Server Key
Default3Use the key pair as appropriate
See Also