Table of Contents

Namespace Cuemon.AspNetCore.Authentication.Basic

Assembly: Cuemon.AspNetCore.Authentication.dll

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

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

Classes

BasicAuthenticationHandler

Provides a HTTP Basic Authentication implementation of Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> for ASP.NET Core.

BasicAuthenticationMiddleware

Provides a HTTP Basic Authentication middleware implementation for ASP.NET Core.

BasicAuthenticationOptions

Configuration options for BasicAuthenticationMiddleware. This class cannot be inherited.

BasicAuthorizationHeader

Provides a representation of a HTTP Basic Authentication header. Implements the AuthorizationHeader

BasicAuthorizationHeaderBuilder

Provides a way to fluently represent a HTTP Basic Authentication header.

BasicFields

A collection of constants for BasicAuthorizationHeaderBuilder.

Delegates

BasicAuthenticator

Represents the method that defines an Authenticator typically assigned on BasicAuthenticationOptions.