Compartir a través de


AuthenticationHandlerProvider Clase

Definición

Implementación 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
Herencia
AuthenticationHandlerProvider
Implementaciones

Constructores

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Constructor.

Propiedades

Schemes

IAuthenticationHandlerProvider.

Métodos

GetHandlerAsync(HttpContext, String)

Devuelve la instancia del controlador que se usará.

Se aplica a