Table of Contents

Namespace Cuemon.AspNetCore.Authentication.Digest

Assembly: Cuemon.AspNetCore.Authentication.dll

The Cuemon.AspNetCore.Authentication.Digest namespace contains types that enable support for Digest Access Authentication Scheme.

Availability: .NET 8, .NET 7 and .NET 6

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.