Gets or sets the maximum number of consecutive invalid password.

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 ConsecutiveBadLoginsAllowed { get; set; }
Visual Basic
Public Property ConsecutiveBadLoginsAllowed As Integer
	Get
	Set

Property Value

Type: Int32
the maximum number of consecutive invalid password. MaxValue means that invalid password attempts are not checked.

See Also