Microsoft.AspNetCore.Http.Features.Authentication Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types defining and implementing authentication Features.
Classes
AuthenticateContext | |
ChallengeContext | |
DescribeSchemesContext | |
HttpAuthenticationFeature |
Default implementation for IHttpAuthenticationFeature. |
SignInContext | |
SignOutContext |
Interfaces
IAuthenticationHandler | |
IHttpAuthenticationFeature |
The HTTP authentication feature. |
Enums
ChallengeBehavior |
Remarks
For more information about features, see Request Features in ASP.NET Core.