Class IdentitySettingNames.Lockout
Inheritance
System.Object
IdentitySettingNames.Lockout
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class Lockout : object
Fields
AllowedForNewUsers
Declaration
public const string AllowedForNewUsers = null
Field Value
| Type |
Description |
| System.String |
|
LockoutDuration
Declaration
public const string LockoutDuration = null
Field Value
| Type |
Description |
| System.String |
|
MaxFailedAccessAttempts
Declaration
public const string MaxFailedAccessAttempts = null
Field Value
| Type |
Description |
| System.String |
|