IAuthenticationSignOutHandler 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.
Permet de déterminer si un gestionnaire prend en charge SignOut.
public interface class IAuthenticationSignOutHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public interface IAuthenticationSignOutHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IAuthenticationSignOutHandler = interface
interface IAuthenticationHandler
Public Interface IAuthenticationSignOutHandler
Implements IAuthenticationHandler
- Dérivé
- Implémente
Méthodes
AuthenticateAsync() |
Authentifiez la requête actuelle. (Hérité de IAuthenticationHandler) |
ChallengeAsync(AuthenticationProperties) |
Défiez la requête actuelle. (Hérité de IAuthenticationHandler) |
ForbidAsync(AuthenticationProperties) |
Interdire la requête actuelle. (Hérité de IAuthenticationHandler) |
InitializeAsync(AuthenticationScheme, HttpContext) |
Initialisez le gestionnaire d’authentification. Le gestionnaire doit initialiser tout ce dont il a besoin à partir de la requête et du schéma dans le cadre de cette méthode. (Hérité de IAuthenticationHandler) |
SignOutAsync(AuthenticationProperties) |
Comportement de déconnexion. |