SimpleMembershipProvider.GetPasswordFailuresSinceLastSuccess(String) Method

Definition

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 override int GetPasswordFailuresSinceLastSuccess (string userName);
override this.GetPasswordFailuresSinceLastSuccess : string -> int
Public Overrides 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, or -1 if the user specified by userName does not have a user account.

Applies to