Namespace Cuemon.AspNetCore.Authentication
Assembly: Cuemon.AspNetCore.Authentication.dll
Classes
AuthenticationOptions
Base options for all authentication middleware.
AuthenticationUtility
Provides a set of generic ways to work with HTTP based authentication.
BasicAuthenticationBuilderExtension
This is a factory implementation of the BasicAuthenticationMiddleware class.
BasicAuthenticationMiddleware
Provides a HTTP Basic Authentication middleware implementation for ASP.NET Core.
BasicAuthenticationOptions
Configuration options for BasicAuthenticationMiddleware. This class cannot be inherited.
DigestAccessAuthenticationBuilderExtension
This is a factory implementation of the DigestAccessAuthenticationMiddleware class.
DigestAccessAuthenticationMiddleware
Provides a HTTP Digest Access Authentication middleware implementation for ASP.NET Core.
DigestAccessAuthenticationOptions
Configuration options for DigestAccessAuthenticationMiddleware. This class cannot be inherited.
DigestAccessAuthenticationParameters
Represents a set of parameters that is needed for creating an application of cryptographic hashing with usage of nonce values to prevent replay attacks.
DigestAuthenticationUtility
Provides an isolated set of members to work with HTTP Digest access authentication.
HmacAuthenticationBuilderExtension
This is a factory implementation of the HmacAuthenticationMiddleware class.
HmacAuthenticationMiddleware
Provides a HTTP HMAC Authentication middleware implementation for ASP.NET Core.
HmacAuthenticationOptions
Configuration options for HmacAuthenticationMiddleware. This class cannot be inherited.
HmacAuthenticationParameters
Represents a set of parameters that is needed for creating a keyed-hash message authentication code (HMAC).
UnauthorizedException
The exception that is thrown when the requirements of an HTTP WWW-Authenticated header is not meet.
Delegates
BasicAuthenticator
Represents the method that defines an Authenticator typically assigned on BasicAuthenticationOptions.
DigestAccessAuthenticator
Represents the method that defines an Authenticator typically assigned on DigestAccessAuthenticationOptions.
HmacAuthenticator
Represents the method that defines an Authenticator typically assigned on HmacAuthenticationOptions.