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

Nome Description
AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Construtor.

Propriedades

Nome Description
Schemes

O IAuthenticationHandlerProvider.

Métodos

Nome Description
GetHandlerAsync(HttpContext, String)

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

Aplica-se a