Click or drag to resize

VGSecurityRuntimeConsecutiveBadLoginsAllowed Property

Gets or sets the maximum number of consecutive invalid password.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public int ConsecutiveBadLoginsAllowed { get; }

Property Value

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