HashMethod Enumeration
The hash and hmac method that will be used for authentication protocols.
Namespace: SnapDB.SecurityAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
Public Enumeration HashMethod
public enum class HashMethod
SnapDB.Security.HashMethod = function();
SnapDB.Security.HashMethod.createEnum('SnapDB.Security.HashMethod', false);
| Sha1 | 0 |
Uses Hash and HMAC Sha1
|
| Sha256 | 1 |
Uses Hash and HMAC Sha2-256
|
| Sha384 | 2 |
Uses Hash and HMAC Sha2-384
|
| Sha512 | 3 |
Uses Hash and HMAC Sha2-512
|