LockoutOptions.MaxFailedAccessAttempts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of failed access attempts allowed before a user is locked out, assuming lock out is enabled. Defaults to 5.
public:
property int MaxFailedAccessAttempts { int get(); void set(int value); };
public int MaxFailedAccessAttempts { get; set; }
member this.MaxFailedAccessAttempts : int with get, set
Public Property MaxFailedAccessAttempts As Integer
Property Value
The number of failed access attempts allowed before a user is locked out, if lockout is enabled.
Remarks
Defaults to 5 failed attempts before an account is locked out.