Gets a value indicating whether the membership user is locked out and unable to be validated.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Public Overridable ReadOnly Property IsLockedOut As Boolean Get
public virtual bool IsLockedOut { get; }
public: virtual property bool IsLockedOut { bool get (); }
abstract IsLockedOut : bool override IsLockedOut : bool
Property Value
Type: System.Booleantrue if the membership user is locked out and unable to be validated; otherwise, false.
Users are most commonly locked out and cannot be validated by the ValidateUser method when the MaxInvalidPasswordAttempts is reached within the PasswordAttemptWindow.
Users can also be locked out if you use the GetPassword or ResetPassword overload that accepts a password answer and the number of bad answers entered by the user reaches the Membership.MaxInvalidPasswordAttemptswithin the Membership.PasswordAttemptWindow.
To set this property to false and let the user try to log in again, you can use the UnlockUser method.
.NET Framework
Supported in: 4, 3.5, 3.0, 2.0.NET Framework Client Profile
Supported in: 4Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.