CookieSigningOutContext Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Objeto de contexto pasado al objeto 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)
- Herencia
- Herencia
Constructores
Propiedades
CookieOptions |
Opciones para crear la cookie de salida. Puede reemplazarse o modificarse durante la llamada SigningOut. |
HttpContext |
Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext) (Heredado de BaseContext) |
HttpContext |
Contexto. (Heredado de BaseContext<TOptions>) |
Options |
Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext) (Heredado de BaseCookieContext) |
Options |
Obtiene las opciones de autenticación asociadas al esquema. (Heredado de BaseContext<TOptions>) |
Properties |
Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext) |
Properties |
Obtiene o establece el AuthenticationProperties. (Heredado de PropertiesContext<TOptions>) |
Request |
Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext) (Heredado de BaseContext) |
Request |
La solicitud. (Heredado de BaseContext<TOptions>) |
Response |
Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext) (Heredado de BaseContext) |
Response |
Respuesta. (Heredado de BaseContext<TOptions>) |
Scheme |
Esquema de autenticación. (Heredado de BaseContext<TOptions>) |