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 |
驗證配置。 |