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

Nombre Description
AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Constructor.

Propiedades

Nombre Description
Schemes

IAuthenticationHandlerProvider.

Métodos

Nombre Description
GetHandlerAsync(HttpContext, String)

Devuelve la instancia del controlador que se usará.

Se aplica a