Compartir a través de


CookieSigningOutContext Clase

Definición

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
CookieSigningOutContext
Herencia

Constructores

CookieSigningOutContext(HttpContext, AuthenticationScheme, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext)

CookieSigningOutContext(HttpContext, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

Objeto de contexto pasado al objeto SigningOut(CookieSigningOutContext)

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>)

Se aplica a