CookieSignedInContext クラス

定義

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

適用対象