WebSecurity.GetLastPasswordFailureDate(String) Method

Definition

Returns the date and time when an incorrect password was most recently entered for the specified account.

public static DateTime GetLastPasswordFailureDate (string userName);
static member GetLastPasswordFailureDate : string -> DateTime
Public Shared Function GetLastPasswordFailureDate (userName As String) As DateTime

Parameters

userName
String

The user name of the membership account.

Returns

The date and time when an incorrect password was most recently entered for this account, or MinValue if an incorrect password has not been entered for this account.

Exceptions

The Initialize(String, NameValueCollection) method was not called.-or-The InitializeDatabaseConnection method was not called.-or-The SimpleMembershipProvider membership provider is not registered in the configuration of your site. For more information, contact your site's system administrator.

Applies to