CookieSignedInContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ICookieAuthenticationEvents メソッド SignedIn に渡されるコンテキスト オブジェクト。
public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSignedInContext : Microsoft::AspNetCore::Authentication::PrincipalContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSignedInContext : Microsoft.AspNetCore.Authentication.PrincipalContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSignedInContext = class
inherit BaseCookieContext
type CookieSignedInContext = class
inherit PrincipalContext<CookieAuthenticationOptions>
Public Class CookieSignedInContext
Inherits BaseCookieContext
Public Class CookieSignedInContext
Inherits PrincipalContext(Of CookieAuthenticationOptions)
- 継承
- 継承
-
CookieSignedInContext
コンストラクター
CookieSignedInContext(HttpContext, AuthenticationScheme, ClaimsPrincipal, AuthenticationProperties, CookieAuthenticationOptions) |
コンテキスト オブジェクトの新しいインスタンスを作成します。 |
CookieSignedInContext(HttpContext, CookieAuthenticationOptions, String, ClaimsPrincipal, AuthenticationProperties) |
コンテキスト オブジェクトの新しいインスタンスを作成します。 |
プロパティ
AuthenticationScheme |
Cookie を作成する AuthenticationScheme の名前 |
HttpContext |
ICookieAuthenticationEvents メソッド SignedIn に渡されるコンテキスト オブジェクト。 (継承元 BaseContext) |
HttpContext |
コンテキスト。 (継承元 BaseContext<TOptions>) |
Options |
ICookieAuthenticationEvents メソッド SignedIn に渡されるコンテキスト オブジェクト。 (継承元 BaseCookieContext) |
Options |
スキームに関連付けられている認証オプションを取得します。 (継承元 BaseContext<TOptions>) |
Principal |
送信 Cookie に変換された要求を格納します。 |
Principal |
ユーザー要求を ClaimsPrincipal 含む を取得します。 (継承元 PrincipalContext<TOptions>) |
Properties |
送信 Cookie に格納された追加データを格納します。 |
Properties |
AuthenticationProperties を取得または設定します。 (継承元 PropertiesContext<TOptions>) |
Request |
ICookieAuthenticationEvents メソッド SignedIn に渡されるコンテキスト オブジェクト。 (継承元 BaseContext) |
Request |
要求。 (継承元 BaseContext<TOptions>) |
Response |
ICookieAuthenticationEvents メソッド SignedIn に渡されるコンテキスト オブジェクト。 (継承元 BaseContext) |
Response |
応答。 (継承元 BaseContext<TOptions>) |
Scheme |
認証スキームです。 (継承元 BaseContext<TOptions>) |