Abblix.Oidc.Server.Features.Hashing Namespace
Abblix.Oidc.Server
Abblix.Oidc.Server.Features.Hashing Namespace
| Classes | |
|---|---|
| HashService | Provides 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 | |
|---|---|
| IHashService | Offers 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 | |
|---|---|
| HashAlgorithm | Specifies the hash algorithms supported for hashing operations. |