MembershipUser.IsLockedOut Property
.NET Framework 3.0
Gets a value indicating whether the membership user is locked out and unable to be validated.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: