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)

返回将使用的处理程序实例。

适用于