BaseContext<TOptions> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
他のコンテキスト クラスで使用される基底クラス。
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 |
認証スキームです。 |