ExtendedMembershipProvider.GetPasswordFailuresSinceLastSuccess(String) Method

Definition

When overridden in a derived class, returns the number of times that the password for the specified user account was incorrectly entered since the most recent successful login or since the user account was created.

public abstract int GetPasswordFailuresSinceLastSuccess (string userName);
abstract member GetPasswordFailuresSinceLastSuccess : string -> int
Public MustOverride Function GetPasswordFailuresSinceLastSuccess (userName As String) As Integer

Parameters

userName
String

The user name of the account.

Returns

The count of failed password attempts for the specified user account.

Applies to