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

驗證配置。

適用於