LockoutOptions Class
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.
Options for configuring user lockout.
public ref class LockoutOptions
public class LockoutOptions
type LockoutOptions = class
Public Class LockoutOptions
- Inheritance
-
LockoutOptions
Constructors
LockoutOptions() |
Properties
AllowedForNewUsers |
Gets or sets a flag indicating whether a new user can be locked out. Defaults to true. |
DefaultLockoutTimeSpan |
Gets or sets the TimeSpan a user is locked out for when a lockout occurs. Defaults to 5 minutes. |
MaxFailedAccessAttempts |
Gets or sets the number of failed access attempts allowed before a user is locked out, assuming lock out is enabled. Defaults to 5. |