Click or drag to resize
GnomonMembershipProviderPasswordAttemptWindow Property
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are 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 PasswordAttemptWindow { get; }

Property Value

Type: Int32
The password attempt window.
See Also