PropertiesContext<TOptions> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Kontekst podstawowy dla zdarzeń uwierzytelniania zawierających AuthenticationPropertieselement .
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)
Parametry typu
- TOptions
- Dziedziczenie
- Pochodne
Konstruktory
PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
Konstruktor. |
Właściwości
HttpContext |
Kontekst. (Odziedziczone po BaseContext<TOptions>) |
Options |
Pobiera opcje uwierzytelniania skojarzone ze schematem. (Odziedziczone po BaseContext<TOptions>) |
Properties |
Pobiera lub ustawia wartość AuthenticationProperties. |
Request |
Żądanie. (Odziedziczone po BaseContext<TOptions>) |
Response |
Odpowiedź. (Odziedziczone po BaseContext<TOptions>) |
Scheme |
Schemat uwierzytelniania. (Odziedziczone po BaseContext<TOptions>) |