HmacMethod Enumeration
A series of HMAC implementations supported by .NET.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Enumeration HmacMethod
public enum class HmacMethod
SnapDB.Security.HmacMethod = function();
SnapDB.Security.HmacMethod.createEnum('SnapDB.Security.HmacMethod', false);
| Md5 | 0 |
Produces a 128-bit hash value.
|
| TripleDes | 1 |
Symmetric-key block cipher.
|
| Ripemd160 | 2 |
160-bit has represented as a 40-digit hexadecimal.
|
| Sha1 | 3 |
Hash function producing a 160-bit hash value as a 40-digit hexadecimal.
|
| Sha256 | 4 |
Computed with eight 32-bit words.
|
| Sha384 | 5 |
Truncated version of SHA-512.
|
| Sha512 | 6 |
Computed with eight 64-bit words.
|