Gets or sets the maximum number of consecutive invalid password.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

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

Field Value

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

See Also