WebSecurity.IsAccountLockedOut Method

Include Protected Members
Include Inherited Members

Returns a value that indicates whether the specified membership account is temporarily locked out because of too many failed password attempts.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member IsAccountLockedOut(String, Int32, Int32) Returns a value that indicates whether the specified membership account is temporarily locked because of too many failed password attempts in the specified number of seconds.
Public methodStatic member IsAccountLockedOut(String, Int32, TimeSpan) Returns a value that indicates whether the specified membership account is temporarily locked because of too many failed password attempts in the specified time span.

Top

See Also

Reference

WebSecurity Class

WebMatrix.WebData Namespace