MailHashingAlgorithm Enum
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Defines the hashing algorithm used to sign mail.
Syntax
public enum MailHashingAlgorithm
Fields
Name | Description |
---|---|
Default | Default hashing algorithm of the certificate used to sign mail. |
MD4 | MD4. |
MD5 | MD5. |
SHA1 | SHA-1. |
SHA224 | SHA-224. |
SHA256 | SHA-256. |
SHA384 | SHA-384. |
SHA512 | SHA-512. |