AuthenticationHandlerProvider 類別

定義

public ref class AuthenticationHandlerProvider : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider
public class AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider
type AuthenticationHandlerProvider = class
    interface IAuthenticationHandlerProvider
Public Class AuthenticationHandlerProvider
Implements IAuthenticationHandlerProvider
繼承
AuthenticationHandlerProvider
實作

建構函式

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

建構函式。

屬性

Schemes

IAuthenticationHandlerProvider

方法

GetHandlerAsync(HttpContext, String)

傳回將使用的處理常式實例。

適用於