Defines the hashing algorithm used to sign mail.

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

Syntax

Visual Basic
Public Enumeration MailHashingAlgorithm
C#
public enum MailHashingAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkDefault
Default hashing algorithm of the certificate used to sign mail.
Supported by the .NET Compact FrameworkSHA1
SHA-1.
Supported by the .NET Compact FrameworkSHA224
SHA-224.
Supported by the .NET Compact FrameworkSHA256
SHA-256.
Supported by the .NET Compact FrameworkSHA384
SHA-384.
Supported by the .NET Compact FrameworkSHA512
SHA-512.
Supported by the .NET Compact FrameworkMD4
MD4.
Supported by the .NET Compact FrameworkMD5
MD5.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also