PropertiesContext<TOptions>
PropertiesContext<TOptions>
PropertiesContext<TOptions>
Class
Definition
Base context for authentication events which contain AuthenticationProperties.
public abstract class PropertiesContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public MustInherit Class PropertiesContext(Of TOptions)
Inherits BaseContext(Of TOptions)
Type Parameters
- TOptions
- Inheritance
-
PropertiesContext<TOptions>PropertiesContext<TOptions>PropertiesContext<TOptions>
- Derived
-
Microsoft.AspNetCore.Authentication.PrincipalContext<TOptions>Microsoft.AspNetCore.Authentication.PrincipalContext<TOptions>Microsoft.AspNetCore.Authentication.PrincipalContext<TOptions>Microsoft.AspNetCore.Authentication.RedirectContext<TOptions>Microsoft.AspNetCore.Authentication.RedirectContext<TOptions>Microsoft.AspNetCore.Authentication.RedirectContext<TOptions>Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContextMicrosoft.AspNetCore.Authentication.Cookies.CookieSigningOutContextMicrosoft.AspNetCore.Authentication.Cookies.CookieSigningOutContextMicrosoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContextMicrosoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContextMicrosoft.AspNetCore.Authentication.JwtBearer.JwtBearerChallengeContextMicrosoft.AspNetCore.Authentication.OpenIdConnect.RedirectContextMicrosoft.AspNetCore.Authentication.OpenIdConnect.RedirectContextMicrosoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext
Constructors
Properties
HttpContext HttpContext HttpContext |
The context. (Inherited from BaseContext<TOptions>) |
Options Options Options |
Gets the authentication options associated with the scheme. (Inherited from BaseContext<TOptions>) |
Properties Properties Properties |
Gets or sets the AuthenticationProperties. |
Request Request Request |
The request. (Inherited from BaseContext<TOptions>) |
Response Response Response |
The response. (Inherited from BaseContext<TOptions>) |
Scheme Scheme Scheme |
The authentication scheme. (Inherited from BaseContext<TOptions>) |