AuthenticationHandlerProvider Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
Métodos
GetHandlerAsync(HttpContext, String) |
Devuelve la instancia del controlador que se usará. |