Gets the time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public int PasswordAttemptWindow { get; set; }
Visual Basic
Public Property PasswordAttemptWindow As Integer
	Get
	Set

Property Value

Type: Int32
The time window during which consecutive failed attempts to provide a valid password or a valid password answer are tracked.

Remarks

This property works in conjunction with the [!:MaxInvalidPasswordAttempts] property to help guard against an unwanted source guessing the password or password answer of a membership user through repeated attempts.

See Also