Namespace Cuemon.AspNetCore.Authentication.Basic
The Cuemon.AspNetCore.Authentication.Basic
namespace contains types that enable support for Basic Authentication Scheme.
Availability: .NET 9 and .NET 8
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.