#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Features\.Hashing](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.Hashing 'Abblix\.Oidc\.Server\.Features\.Hashing')

## HashAlgorithm Enum

Specifies the hash algorithms supported for hashing operations\.

```csharp
public enum HashAlgorithm
```
### Fields

###### `Sha256` 0 {#Abblix.Oidc.Server.Features.Hashing.HashAlgorithm.Sha256}

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 {#Abblix.Oidc.Server.Features.Hashing.HashAlgorithm.Sha512}

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\.
