UserManager<TUser>.VerifyTwoFactorTokenAsync 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.
Vérifie l’authentification token
à deux facteurs spécifiée par rapport à .user
public:
virtual System::Threading::Tasks::Task<bool> ^ VerifyTwoFactorTokenAsync(TUser user, System::String ^ tokenProvider, System::String ^ token);
public virtual System.Threading.Tasks.Task<bool> VerifyTwoFactorTokenAsync (TUser user, string tokenProvider, string token);
abstract member VerifyTwoFactorTokenAsync : 'User * string * string -> System.Threading.Tasks.Task<bool>
override this.VerifyTwoFactorTokenAsync : 'User * string * string -> System.Threading.Tasks.Task<bool>
Public Overridable Function VerifyTwoFactorTokenAsync (user As TUser, tokenProvider As String, token As String) As Task(Of Boolean)
Paramètres
- user
- TUser
L’utilisateur pour lequel le jeton est censé être destiné.
- tokenProvider
- String
Fournisseur qui vérifiera le jeton.
- token
- String
Jeton à vérifier.
Retours
qui représente le Task résultat de l’opération asynchrone, true si le jeton est valide, sinon false.