Clears the user's locked-out status so that the membership user can be validated.
true if the membership user was successfully unlocked; otherwise, false. A value of false is also returned if the user does not exist in the database.
Exception Type | Condition |
---|---|
ArgumentException | username is an empty string, is longer than 64 characters. |
ArgumentNullException | username is null. |
VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace