PropertiesContext<TOptions> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Basiskontext für Authentifizierungsereignisse, die enthalten 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)
Typparameter
- TOptions
- Vererbung
- Abgeleitet
Konstruktoren
PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
Konstruktor. |
Eigenschaften
HttpContext |
Der Kontext. (Geerbt von BaseContext<TOptions>) |
Options |
Ruft die dem Schema zugeordneten Authentifizierungsoptionen ab. (Geerbt von BaseContext<TOptions>) |
Properties |
Ruft den AuthenticationProperties ab oder legt diesen fest. |
Request |
Die Anforderung. (Geerbt von BaseContext<TOptions>) |
Response |
Die Antwort. (Geerbt von BaseContext<TOptions>) |
Scheme |
Das Authentifizierungsschema. (Geerbt von BaseContext<TOptions>) |