AuthenticationHandlerProvider Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 |
Métodos
GetHandlerAsync(HttpContext, String) |
Retorna a instância do manipulador que será usada. |