PropertiesContext<TOptions> クラス

定義

を含む AuthenticationProperties認証イベントの基本コンテキスト。

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class PropertiesContext abstract : Microsoft::AspNetCore::Authentication::BaseContext<TOptions>
public abstract class PropertiesContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
    inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public MustInherit Class PropertiesContext(Of TOptions)
Inherits BaseContext(Of TOptions)

型パラメーター

TOptions
継承
PropertiesContext<TOptions>
派生

コンストラクター

PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties)

コンストラクターです。

プロパティ

HttpContext

コンテキスト。

(継承元 BaseContext<TOptions>)
Options

スキームに関連付けられている認証オプションを取得します。

(継承元 BaseContext<TOptions>)
Properties

AuthenticationProperties を取得または設定します。

Request

要求。

(継承元 BaseContext<TOptions>)
Response

応答。

(継承元 BaseContext<TOptions>)
Scheme

認証スキームです。

(継承元 BaseContext<TOptions>)

適用対象