IAuthenticationSignInHandler 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 SignIn.
public interface class IAuthenticationSignInHandler : Microsoft::AspNetCore::Authentication::IAuthenticationSignOutHandler
public interface IAuthenticationSignInHandler : Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler
type IAuthenticationSignInHandler = interface
interface IAuthenticationSignOutHandler
interface IAuthenticationHandler
type IAuthenticationSignInHandler = interface
interface IAuthenticationHandler
interface IAuthenticationSignOutHandler
Public Interface IAuthenticationSignInHandler
Implements IAuthenticationSignOutHandler
- 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) |
SignInAsync(ClaimsPrincipal, AuthenticationProperties) |
Gérer la connexion. |
SignOutAsync(AuthenticationProperties) |
Comportement de déconnexion. (Hérité de IAuthenticationSignOutHandler) |