UserManager<TUser>.GetLockoutEnabledAsync(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.
Récupère un indicateur indiquant si le verrouillage de l’utilisateur peut être activé pour l’utilisateur spécifié.
public:
virtual System::Threading::Tasks::Task<bool> ^ GetLockoutEnabledAsync(TUser user);
public virtual System.Threading.Tasks.Task<bool> GetLockoutEnabledAsync (TUser user);
abstract member GetLockoutEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
override this.GetLockoutEnabledAsync : 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function GetLockoutEnabledAsync (user As TUser) As Task(Of Boolean)
Paramètres
- user
- TUser
L’utilisateur dont la possibilité d’être verrouillé doit être retourné.
Retours
Task qui représente l’opération asynchrone, true si un utilisateur peut être verrouillé, sinon false.