HashAlgorithm Enum
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.Hashing
HashAlgorithm Enum
Specifies the hash algorithms supported for hashing operations.
public enum HashAlgorithm
Fields
Sha256 0
Represents the SHA-256 hash algorithm. SHA-256 (Secure Hash Algorithm 256-bit) is a cryptographic hash function that produces a 256-bit hash value, widely used for data integrity verification.
Sha512 1
Represents the SHA-512 hash algorithm. SHA-512 (Secure Hash Algorithm 512-bit) is a cryptographic hash function that produces a 512-bit hash value. It is used in various security applications and protocols, including TLS and SSL, PGP, SSH, and IPsec.