CookieSigningOutContext 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.
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext)
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSigningOutContext = class
inherit BaseCookieContext
type CookieSigningOutContext = class
inherit PropertiesContext<CookieAuthenticationOptions>
Public Class CookieSigningOutContext
Inherits BaseCookieContext
Public Class CookieSigningOutContext
Inherits PropertiesContext(Of CookieAuthenticationOptions)
- Héritage
- Héritage
Constructeurs
Propriétés
CookieOptions |
Options de création du cookie sortant. Peut être remplacé ou modifié pendant l’appel SignOut. |
HttpContext |
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext) (Hérité de BaseContext) |
HttpContext |
Contexte. (Hérité de BaseContext<TOptions>) |
Options |
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext) (Hérité de BaseCookieContext) |
Options |
Obtient les options d’authentification associées au schéma. (Hérité de BaseContext<TOptions>) |
Properties |
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext) |
Properties |
Obtient ou définit AuthenticationProperties. (Hérité de PropertiesContext<TOptions>) |
Request |
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext) (Hérité de BaseContext) |
Request |
Demande. (Hérité de BaseContext<TOptions>) |
Response |
Objet de contexte passé à l’objet SigningOut(CookieSigningOutContext) (Hérité de BaseContext) |
Response |
La réponse. (Hérité de BaseContext<TOptions>) |
Scheme |
Schéma d'authentification. (Hérité de BaseContext<TOptions>) |