HmacMethod Enumeration

A series of HMAC implementations supported by .NET.

Definition

Namespace: SnapDB.Security
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum HmacMethod

Members

Md50 Produces a 128-bit hash value.
TripleDes1 Symmetric-key block cipher.
Ripemd1602 160-bit has represented as a 40-digit hexadecimal.
Sha13 Hash function producing a 160-bit hash value as a 40-digit hexadecimal.
Sha2564 Computed with eight 32-bit words.
Sha3845 Truncated version of SHA-512.
Sha5126 Computed with eight 64-bit words.

See Also