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.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public override int PasswordAttemptWindow { get; }
Visual Basic
Public Overrides ReadOnly Property PasswordAttemptWindow As Integer
	Get

Property Value

Type: Int32
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.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

The PasswordAttemptWindow property works in conjunction with the MaxInvalidPasswordAttempts property to guard against an unwanted source guessing the password or password answer of a membership user through repeated attempts.

See Also