UserManager<TUser>.HasPasswordAsync(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.
Obtient un indicateur indiquant si le spécifié user
a un mot de passe.
public:
virtual System::Threading::Tasks::Task<bool> ^ HasPasswordAsync(TUser user);
public virtual System.Threading.Tasks.Task<bool> HasPasswordAsync (TUser user);
abstract member HasPasswordAsync : 'User -> System.Threading.Tasks.Task<bool>
override this.HasPasswordAsync : 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function HasPasswordAsync (user As TUser) As Task(Of Boolean)
Paramètres
- user
- TUser
Utilisateur pour lequel retourner un indicateur, indiquant s’il a un mot de passe ou non.
Retours
Task qui représente l’opération asynchrone, en retournant true si le spécifié user
a un mot de passe sinon false.