PropertiesContext<TOptions> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contexte de base pour les événements d’authentification qui contiennent 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)
Paramètres de type
- TOptions
- Héritage
- Dérivé
Constructeurs
PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
Constructeur. |
Propriétés
HttpContext |
Contexte. (Hérité de BaseContext<TOptions>) |
Options |
Obtient les options d’authentification associées au schéma. (Hérité de BaseContext<TOptions>) |
Properties |
Obtient ou définit AuthenticationProperties. |
Request |
Demande. (Hérité de BaseContext<TOptions>) |
Response |
La réponse. (Hérité de BaseContext<TOptions>) |
Scheme |
Schéma d'authentification. (Hérité de BaseContext<TOptions>) |