LockoutOptions Properties
Contains options that you can use to configure user lockout.| Name | Description |
|---|---|
| DefaultLockoutTimeSpan | Specifies the user lockout duration. |
| Enabled | Specifies whether user lockout is enabled. |
| MaxFailedAccessAttempts | Specifies the maximum number of failed login attempts before XAF locks out the user. |
See Also