Click or drag to resize
GnomonMembershipProviderMaxInvalidPasswordAttempts Property
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override int MaxInvalidPasswordAttempts { get; }

Property Value

Type: Int32
The maximum invalid password attempts.
See Also