Click or drag to resize

AuthenticationExceptionFailedLogins Property

Gets/sets the number of failed login attempts. If MaxFailedLogins is positive then the user account is locked once that attempt threshold has been exceeded. Normally this is the value obtained from the failed_logins column in the users table (or the override for that table as specified in the application's AuthenticationView property). A value of -1 indicates that the number of failed logins has not been determined.

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

Property Value

Type: Int32
See Also