Condividi tramite


PropertiesContext<TOptions> Classe

Definizione

Contesto di base per gli eventi di autenticazione che contengono 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)

Parametri di tipo

TOptions
Ereditarietà
PropertiesContext<TOptions>
Derivato

Costruttori

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

Costruttore.

Proprietà

HttpContext

Contesto.

(Ereditato da BaseContext<TOptions>)
Options

Ottiene le opzioni di autenticazione associate allo schema.

(Ereditato da BaseContext<TOptions>)
Properties

Ottiene o imposta AuthenticationProperties.

Request

Richiesta.

(Ereditato da BaseContext<TOptions>)
Response

Risposta.

(Ereditato da BaseContext<TOptions>)
Scheme

Schema di autenticazione.

(Ereditato da BaseContext<TOptions>)

Si applica a