AuthenticationService 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class AuthenticationService : Microsoft::AspNetCore::Authentication::IAuthenticationService
public class AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthenticationService
type AuthenticationService = class
interface IAuthenticationService
Public Class AuthenticationService
Implements IAuthenticationService
- 繼承
-
AuthenticationService
- 實作
建構函式
屬性
Handlers |
用來解析 IAuthenticationHandler 實例。 |
Options | |
Schemes |
用來查閱 AuthenticationSchemes。 |
Transform |
用於宣告轉換。 |
方法
擴充方法
GetTokenAsync(IAuthenticationService, HttpContext, String, String) |
使用指定的驗證配置驗證要求,並傳回權杖的值。 |
GetTokenAsync(IAuthenticationService, HttpContext, String) |
使用指定的驗證配置驗證要求,並傳回權杖的值。 |