Interface IAuthenticationManager
Représente une liste d'objets à valider dans le gestionnaire d’authentification.
Espace de noms : Microsoft.Owin.Security
Assembly : Microsoft.Owin (en Microsoft.Owin.dll)
Syntaxe
'Déclaration
Public Interface IAuthenticationManager
'Utilisation
Dim instance As IAuthenticationManager
public interface IAuthenticationManager
public interface class IAuthenticationManager
type IAuthenticationManager = interface end
public interface IAuthenticationManager
Le type IAuthenticationManager expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AuthenticationResponseChallenge | Obtient ou définit la stimulation/réponse de l'authentification. | |
AuthenticationResponseGrant | Obtient ou définit la réponse d'octroi suite à l'authentification. | |
AuthenticationResponseRevoke | Obtient ou définit la réponse de révocation suite à l'authentification. | |
User | Obtient ou définit l'utilisateur ClaimsPrincipal. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AuthenticateAsync(String) | Authentifie le résultat de manière asynchrone. | |
AuthenticateAsync(array<String[]) | Authentifie le résultat de manière asynchrone. | |
Challenge(array<String[]) | Crée un challenge pour le gestionnaire d'authentification. | |
Challenge(AuthenticationProperties, array<String[]) | Crée un challenge pour le gestionnaire d'authentification. | |
GetAuthenticationTypes() | Obtient les types d'authentification dans le gestionnaire d'authentification. | |
GetAuthenticationTypes(Func<AuthenticationDescription, Boolean>) | Obtient les types d'authentification dans le gestionnaire d'authentification. | |
SignIn(array<ClaimsIdentity[]) | Gère le processus de connexion durant l'authentification. | |
SignIn(AuthenticationProperties, array<ClaimsIdentity[]) | Gère le processus de connexion durant l'authentification. | |
SignOut | Gère le processus de déconnexion après l'authentification. |
Haut de la page