SimpleMembershipProvider.GetLastPasswordFailureDate(String) Method

Definition

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

public override DateTime GetLastPasswordFailureDate (string userName);
override this.GetLastPasswordFailureDate : string -> DateTime
Public Overrides Function GetLastPasswordFailureDate (userName As String) As DateTime

Parameters

userName
String

The user name of the account.

Returns

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

Applies to