AuthenticationHandler<TOptions> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 IAuthenticationHandler的有意見抽象概念。
generic <typename TOptions>
where TOptions : AuthenticationOptionspublic ref class AuthenticationHandler abstract : Microsoft::AspNetCore::Http::Features::Authentication::IAuthenticationHandler
generic <typename TOptions>
where TOptions : AuthenticationSchemeOptionsgcnew()public ref class AuthenticationHandler abstract : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public abstract class AuthenticationHandler<TOptions> : Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler where TOptions : AuthenticationOptions
public abstract class AuthenticationHandler<TOptions> : Microsoft.AspNetCore.Authentication.IAuthenticationHandler where TOptions : AuthenticationSchemeOptions, new()
type AuthenticationHandler<'Options (requires 'Options :> AuthenticationOptions)> = class
interface IAuthenticationHandler
type AuthenticationHandler<'Options (requires 'Options :> AuthenticationSchemeOptions and 'Options : (new : unit -> 'Options))> = class
interface IAuthenticationHandler
Public MustInherit Class AuthenticationHandler(Of TOptions)
Implements IAuthenticationHandler
類型參數
- TOptions
用來設定驗證處理程式之選項的類型。
- 繼承
-
AuthenticationHandler<TOptions>
- 衍生
- 實作
建構函式
屬性
ChallengeCalled |
實作 IAuthenticationHandler的有意見抽象概念。 |
ClaimsIssuer |
取得發行任何宣告時應該使用的簽發者。 |
Clock |
已淘汰.
取得 ISystemClock。 |
Context |
取得或設定 HttpContext。 |
CurrentUri |
取得絕對目前的URL。 |
Events |
處理程式會在事件上呼叫方法,以在處理發生時的特定時間點提供應用程控。 如果未提供預設實例,則會在呼叫 方法時執行任何動作。 |
InitializeResult |
實作 IAuthenticationHandler的有意見抽象概念。 |
Logger |
取得 ILogger。 |
Options |
取得或設定與這個驗證處理程式相關聯的選項。 |
OptionsMonitor |
取得 IOptionsMonitor<TOptions>,以偵測選項的變更。 |
OriginalPath |
取得驗證中間件所見的路徑。 |
OriginalPathBase |
取得驗證中間件所見的路徑基底。 |
PriorHandler |
實作 IAuthenticationHandler的有意見抽象概念。 |
Request |
取得與目前要求相關聯的 HttpRequest。 |
Response |
取得與目前要求相關聯的 HttpResponse。 |
Scheme |
取得或設定與此驗證處理程式相關聯的 AuthenticationScheme。 |
SignInAccepted |
實作 IAuthenticationHandler的有意見抽象概念。 |
SignOutAccepted |
實作 IAuthenticationHandler的有意見抽象概念。 |
TimeProvider |
取得目前時間,主要是用於單元測試。 |
UrlEncoder |
取得 UrlEncoder。 |