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 を作成するためのオプション。 SigningOut 呼び出し中に置換または変更される可能性があります。

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

適用対象