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: 2019.1.831.19 (2019.1.0831.19)
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