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)
Syntaxpublic int MaxFailedLogins { get; set; }
Public Property MaxFailedLogins As Integer
Get
Set
Property Value
Type:
Int32
See Also