AuthenticablePrincipal.IsAccountLockedOut Méthode

Définition

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é.

S’applique à