Namespace Cuemon.AspNetCore.Authentication.Digest
The Cuemon.AspNetCore.Authentication.Digest
namespace contains types that enable support for Digest Access Authentication Scheme.
Availability: .NET 9 and .NET 8
Classes
DigestAuthenticationHandler
Provides a HTTP Digest Access Authentication implementation of Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> for ASP.NET Core.
DigestAuthenticationMiddleware
Provides a HTTP Digest Access Authentication middleware implementation for ASP.NET Core.
DigestAuthenticationOptions
Configuration options for DigestAuthenticationMiddleware. This class cannot be inherited.
DigestAuthorizationHeader
Provides a representation of a HTTP Digest Access Authentication header. Implements the AuthorizationHeader
DigestAuthorizationHeaderBuilder
Provides a way to fluently represent a HTTP Digest Access Authentication header.
DigestFields
A collection of constants for DigestAuthorizationHeaderBuilder.
Delegates
DigestAuthenticator
Represents the method that defines an Authenticator typically assigned on DigestAuthenticationOptions.