CookieSigningOutContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
に渡されるコンテキスト オブジェクト 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)
- 継承
- 継承
コンストラクター
プロパティ
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>) |