PowerTCP Mail for .NET
EncryptingAlgorithm Enumeration




Possible symmetric algorithms used to encrypt an S/MIME message.
Syntax
Public Enum EncryptingAlgorithm 
   Inherits System.Enum
Dim instance As EncryptingAlgorithm
public enum EncryptingAlgorithm : System.Enum 
__value public enum EncryptingAlgorithm : public System.Enum 
public enum class EncryptingAlgorithm : public System.Enum 
Members
MemberDescription
Aes128 128 bit AES encryption.
Aes192 192 bit AES encryption.
Aes256 256 bit AES encryption.
Des DES encryption.
Rc2_128 128 bit RC2 encryption.
Rc2_40 40 bit RC2 encryption.
Rc2_64 64 bit RC2 encryption.
Rc4 RC4 encryption.
TripleDes TripleDES (3DES) encryption.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Mail.EncryptingAlgorithm

See Also

Reference

Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic