Click or drag to resize
GDSMIMECipher Enumeration
Cipher suites for encrypting in SMIME API. Used in GDSecureMimeEncoder class.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDSMIMECipher
Members
  Member nameValueDescription
AES_128_CBC0AES algorithm with cipher block chaining mode and 128 bits key size.
AES_256_CBC1AES algorithm with cipher block chaining mode and 256 bits key size.
DES_EDE3_CBC2Triple DES algorithm with cipher block chaining mode.
See Also

Reference