CookieSigningOutContext Třída

Definice

Kontextový objekt předaný do objektu 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)
Dědičnost
CookieSigningOutContext
Dědičnost

Konstruktory

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

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

CookieSigningOutContext(HttpContext, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

Vlastnosti

CookieOptions

Možnosti pro vytvoření odchozího souboru cookie. Může být nahrazen nebo změněn během volání SigningOut.

HttpContext

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

(Zděděno od BaseContext)
HttpContext

Kontext

(Zděděno od BaseContext<TOptions>)
Options

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

(Zděděno od BaseCookieContext)
Options

Získá možnosti ověřování přidružené k schématu.

(Zděděno od BaseContext<TOptions>)
Properties

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

Properties

Získá nebo nastaví AuthenticationProperties.

(Zděděno od PropertiesContext<TOptions>)
Request

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

(Zděděno od BaseContext)
Request

Žádost

(Zděděno od BaseContext<TOptions>)
Response

Kontextový objekt předaný do objektu SigningOut(CookieSigningOutContext)

(Zděděno od BaseContext)
Response

Odpověď.

(Zděděno od BaseContext<TOptions>)
Scheme

Schéma ověřování.

(Zděděno od BaseContext<TOptions>)

Platí pro