AuthenticablePrincipal.IsAccountLockedOut 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.
Retourne une valeur booléenne qui spécifie si le compte est actuellement verrouillé.
public:
bool IsAccountLockedOut();
public bool IsAccountLockedOut ();
member this.IsAccountLockedOut : unit -> bool
Public Function IsAccountLockedOut () As Boolean
Retours
true
si le compte est verrouillé ; sinon false
.
Remarques
Il est possible qu’un compte ne soit pas verrouillé lorsque retourne AccountLockoutTime une valeur non null. Cette méthode calcule la valeur de verrouillage appropriée spécifique au magasin pour déterminer si le compte est verrouillé.