SimpleMembershipProvider.MaxInvalidPasswordAttempts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.