SimpleMembershipProvider.MaxInvalidPasswordAttempts Property

Definition

Gets the number of invalid password or password-answer attempts that are allowed before the membership user is locked out.

public override int MaxInvalidPasswordAttempts { get; }
member this.MaxInvalidPasswordAttempts : int
Public Overrides ReadOnly Property MaxInvalidPasswordAttempts As Integer

Property Value

The number of invalid password or password-answer attempts that are allowed before the membership user is locked out.

Applies to