Skip to main content

Abblix.Oidc.Server.Features.Hashing Namespace

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.Hashing Namespace

Classes
HashServiceProvides hashing functionality for various types of data, including but not limited to client secrets, in OAuth 2.0 and OpenID Connect authentication flows. This class supports SHA-256 and SHA-512 hashing algorithms to securely hash data.
Interfaces
IHashServiceOffers hashing functionality for data using various Secure Hash Algorithms (SHA). This service is essential for securely storing and comparing sensitive information like passwords or client secrets without exposing the actual values.
Enums
HashAlgorithmSpecifies the hash algorithms supported for hashing operations.