ExtendedMembershipProvider.GetLastPasswordFailureDate(String) Method

Definition

When overridden in a derived class, returns the date and time when an incorrect password was most recently entered for the specified user account.

public abstract DateTime GetLastPasswordFailureDate (string userName);
abstract member GetLastPasswordFailureDate : string -> DateTime
Public MustOverride 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