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:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static int PasswordAttemptWindow { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property PasswordAttemptWindow As Integer

See Also