Defines the encryption algorithm used to encrypt mail.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Enumeration MailEncryptionAlgorithm
C#
public enum MailEncryptionAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No encryption algorithm.
Supported by the .NET Compact FrameworkUnsupported
Unsupported encryption algorithm.
Supported by the .NET Compact FrameworkTripleDES
3DES.
Supported by the .NET Compact FrameworkDES
DES.
Supported by the .NET Compact FrameworkRC2
RC2.
Supported by the .NET Compact FrameworkAES128
AES (128bit).
Supported by the .NET Compact FrameworkAES192
AES (192bit).
Supported by the .NET Compact FrameworkAES256
AES (256bit).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also