AuthenticationHandlerProvider Classe

Definição

Implementação de 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
Herança
AuthenticationHandlerProvider
Implementações

Construtores

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Construtor.

Propriedades

Schemes

O IAuthenticationHandlerProvider.

Métodos

GetHandlerAsync(HttpContext, String)

Retorna a instância do manipulador que será usada.

Aplica-se a