AuthenticationManager Classe
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.
Attention
This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.
public ref class AuthenticationManager abstract
public abstract class AuthenticationManager
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
public abstract class AuthenticationManager
type AuthenticationManager = class
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
type AuthenticationManager = class
Public MustInherit Class AuthenticationManager
- Héritage
-
AuthenticationManager
- Attributs
Constructeurs
AuthenticationManager() |
Champs
AutomaticScheme |
Obsolète.
Constante utilisée pour représenter le schéma automatique |
Propriétés
HttpContext |
Méthodes
AuthenticateAsync(AuthenticateContext) | |
AuthenticateAsync(String) | |
ChallengeAsync() | |
ChallengeAsync(AuthenticationProperties) | |
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
ChallengeAsync(String, AuthenticationProperties) | |
ChallengeAsync(String) | |
ForbidAsync() |
Obsolète.
Crée un défi pour le gestionnaire d’authentification avec Forbidden. |
ForbidAsync(AuthenticationProperties) |
Obsolète.
Crée un défi pour le gestionnaire d’authentification avec Forbidden. |
ForbidAsync(String, AuthenticationProperties) | |
ForbidAsync(String) | |
GetAuthenticateInfoAsync(String) | |
GetAuthenticationSchemes() | |
SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
SignInAsync(String, ClaimsPrincipal) | |
SignOutAsync(String, AuthenticationProperties) | |
SignOutAsync(String) |
Méthodes d’extension
GetTokenAsync(AuthenticationManager, String, String) | |
GetTokenAsync(AuthenticationManager, String) |