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)
CookieSigningOutContext(HttpContext, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

Propiedades

CookieOptions

Opciones para crear la cookie de salida. Puede reemplazarse o modificarse durante la llamada signingOut.

HttpContext (Heredado de BaseContext)
HttpContext

Contexto.

(Heredado de BaseContext<TOptions>)
Options (Heredado de BaseCookieContext)
Options

Obtiene las opciones de autenticación asociadas al esquema.

(Heredado de BaseContext<TOptions>)
Properties
Properties

Obtiene o establece el AuthenticationProperties.

(Heredado de PropertiesContext<TOptions>)
Request (Heredado de BaseContext)
Request

La solicitud.

(Heredado de BaseContext<TOptions>)
Response (Heredado de BaseContext)
Response

Respuesta.

(Heredado de BaseContext<TOptions>)
Scheme

Esquema de autenticación.

(Heredado de BaseContext<TOptions>)

Se aplica a