SignInManager<TUser>.IsTwoFactorEnabledAsync(TUser) 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érifiez si a user
deux facteurs activés.
public virtual System.Threading.Tasks.Task<bool> IsTwoFactorEnabledAsync (TUser user);
abstract member IsTwoFactorEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
override this.IsTwoFactorEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function IsTwoFactorEnabledAsync (user As TUser) As Task(Of Boolean)
Paramètres
- user
- TUser
Retours
Objet de tâche représentant l’opération asynchrone contenant true si deux facteurs sont activés pour l’utilisateur.