共用方式為


CookieSigningOutContext 類別

定義

傳遞至 的內容物件 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)
繼承
CookieSigningOutContext
繼承

建構函式

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

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

CookieSigningOutContext(HttpContext, CookieAuthenticationOptions, AuthenticationProperties, CookieOptions)

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

屬性

CookieOptions

用以建立傳出 Cookie 的選項。 可能會在簽署輸出呼叫期間取代或改變。

HttpContext

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

(繼承來源 BaseContext)
HttpContext

內容。

(繼承來源 BaseContext<TOptions>)
Options

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

(繼承來源 BaseCookieContext)
Options

取得與配置相關聯的驗證選項。

(繼承來源 BaseContext<TOptions>)
Properties

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

Properties

取得或設定 AuthenticationProperties

(繼承來源 PropertiesContext<TOptions>)
Request

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

(繼承來源 BaseContext)
Request

要求。

(繼承來源 BaseContext<TOptions>)
Response

傳遞至 的內容物件 SigningOut(CookieSigningOutContext)

(繼承來源 BaseContext)
Response

回應。

(繼承來源 BaseContext<TOptions>)
Scheme

驗證配置。

(繼承來源 BaseContext<TOptions>)

適用於