AuthenticationHandlerProvider Класс

Определение

Реализация метода IAuthenticationHandlerProvider.

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)

Возвращает экземпляр обработчика, который будет использоваться.

Применяется к