Click or drag to resize

AuthenticationExceptionMaxFailedLogins Property

Gets/sets the maximum number of failed login attempts allowed before the user account is locked. Ignored if zero or negative. Normally this value is obtained from the application's MaxFailedLogins property.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int MaxFailedLogins { get; set; }

Property Value

Type: Int32
See Also