PropertiesContext<TOptions> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 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>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties) |
建構函式。 |
屬性
HttpContext |
內容。 (繼承來源 BaseContext<TOptions>) |
Options |
取得與配置相關聯的驗證選項。 (繼承來源 BaseContext<TOptions>) |
Properties |
取得或設定 AuthenticationProperties。 |
Request |
要求。 (繼承來源 BaseContext<TOptions>) |
Response |
回應。 (繼承來源 BaseContext<TOptions>) |
Scheme |
驗證配置。 (繼承來源 BaseContext<TOptions>) |