PropertiesContext<TOptions> Class

Definition

Base context for authentication events which contain AuthenticationProperties.

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class PropertiesContext abstract : Microsoft::AspNetCore::Authentication::BaseContext<TOptions>
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>
Derived

Constructors

PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties)

Constructor.

Properties

HttpContext

The context.

(Inherited from BaseContext<TOptions>)
Options

Gets the authentication options associated with the scheme.

(Inherited from BaseContext<TOptions>)
Properties

Gets or sets the AuthenticationProperties.

Request

The request.

(Inherited from BaseContext<TOptions>)
Response

The response.

(Inherited from BaseContext<TOptions>)
Scheme

The authentication scheme.

(Inherited from BaseContext<TOptions>)

Applies to