EmailHashAlgorithm Enum
Represents a hash algorithm used in GemBox.Email cryptographic operations.
Fields
SHA1 | The SHA1 cryptographic hash algorithm that produces a hash whose size is 160 bits (20 bytes). |
SHA256 | The SHA256 cryptographic hash algorithm that produces a hash whose size is 256 bits (32 bytes). |
SHA384 | The SHA384 cryptographic hash algorithm that produces a hash whose size is 384 bits (48 bytes). |
SHA512 | The SHA512 cryptographic hash algorithm that produces a hash whose size is 512 bits (64 bytes). |
Unknown | The hash algorithm is unknown. |