Share via


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
Propriété publique AuthenticationResponseChallenge Obtient ou définit la stimulation/réponse de l'authentification.
Propriété publique AuthenticationResponseGrant Obtient ou définit la réponse d'octroi suite à l'authentification.
Propriété publique AuthenticationResponseRevoke Obtient ou définit la réponse de révocation suite à l'authentification.
Propriété publique User Obtient ou définit l'utilisateur ClaimsPrincipal.

Haut de la page

Méthodes

  Nom Description
Méthode publique AuthenticateAsync(String) Authentifie le résultat de manière asynchrone.
Méthode publique AuthenticateAsync(array<String[]) Authentifie le résultat de manière asynchrone.
Méthode publique Challenge(array<String[]) Crée un challenge pour le gestionnaire d'authentification.
Méthode publique Challenge(AuthenticationProperties, array<String[]) Crée un challenge pour le gestionnaire d'authentification.
Méthode publique GetAuthenticationTypes() Obtient les types d'authentification dans le gestionnaire d'authentification.
Méthode publique GetAuthenticationTypes(Func<AuthenticationDescription, Boolean>) Obtient les types d'authentification dans le gestionnaire d'authentification.
Méthode publique SignIn(array<ClaimsIdentity[]) Gère le processus de connexion durant l'authentification.
Méthode publique SignIn(AuthenticationProperties, array<ClaimsIdentity[]) Gère le processus de connexion durant l'authentification.
Méthode publique SignOut Gère le processus de déconnexion après l'authentification.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.Owin.Security