IAuthenticationHandler Interface
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.
Créé par demande pour gérer l’authentification pour un schéma particulier.
public interface class IAuthenticationHandler
public interface IAuthenticationHandler
type IAuthenticationHandler = interface
Public Interface IAuthenticationHandler
- Dérivé
Méthodes
AuthenticateAsync() |
Authentifiez la demande actuelle. |
ChallengeAsync(AuthenticationProperties) |
Défiez la demande actuelle. |
ForbidAsync(AuthenticationProperties) |
Interdire la demande actuelle. |
InitializeAsync(AuthenticationScheme, HttpContext) |
Initialisez le gestionnaire d’authentification. Le gestionnaire doit initialiser tout ce dont il a besoin à partir de la demande et du schéma dans le cadre de cette méthode. |