BaseContext<TOptions> クラス

定義

他のコンテキスト クラスで使用される基底クラス。

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class BaseContext abstract
public abstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
Public MustInherit Class BaseContext(Of TOptions)

型パラメーター

TOptions
継承
BaseContext<TOptions>
派生

コンストラクター

BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions)

コンストラクターです。

プロパティ

HttpContext

コンテキスト。

Options

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

Request

要求。

Response

応答。

Scheme

認証スキームです。

適用対象