HashMethod Enumeration

The hash and hmac method that will be used for authentication protocols.

Definition

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

Members

Sha10 Uses Hash and HMAC Sha1
Sha2561 Uses Hash and HMAC Sha2-256
Sha3842 Uses Hash and HMAC Sha2-384
Sha5123 Uses Hash and HMAC Sha2-512

See Also