SignInManager<TUser>.TwoFactorAuthenticatorSignInAsync Méthode
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.
Valide le code de connexion à partir d’une application d’authentification et crée et connecte l’utilisateur, en tant qu’opération asynchrone.
public:
virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::SignInResult ^> ^ TwoFactorAuthenticatorSignInAsync(System::String ^ code, bool isPersistent, bool rememberClient);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult> TwoFactorAuthenticatorSignInAsync (string code, bool isPersistent, bool rememberClient);
abstract member TwoFactorAuthenticatorSignInAsync : string * bool * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult>
override this.TwoFactorAuthenticatorSignInAsync : string * bool * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.SignInResult>
Public Overridable Function TwoFactorAuthenticatorSignInAsync (code As String, isPersistent As Boolean, rememberClient As Boolean) As Task(Of SignInResult)
Paramètres
- code
- String
Code d’authentification à deux facteurs à valider.
- isPersistent
- Boolean
Indicateur indiquant si le cookie de connexion doit persister après la fermeture du navigateur.
- rememberClient
- Boolean
Indicateur indiquant si le navigateur actuel doit être mémorisé, supprimant toutes les invites d’authentification à deux facteurs supplémentaires.
Retours
Objet de tâche représentant l’opération asynchrone contenant pour la tentative de connexion.