AuthenticationHandlerProvider Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation 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
- Héritage
-
AuthenticationHandlerProvider
- Implémente
Constructeurs
AuthenticationHandlerProvider(IAuthenticationSchemeProvider) |
Constructeur. |
Propriétés
Schemes |
L’IAuthenticationHandlerProvideropérateur |
Méthodes
GetHandlerAsync(HttpContext, String) |
Retourne le gestionnaire instance qui sera utilisé. |