Class IdentityLockoutSettingsDto
Inheritance
IdentityLockoutSettingsDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityLockoutSettingsDto
Constructors
IdentityLockoutSettingsDto()
Declaration
public IdentityLockoutSettingsDto()
Properties
AllowedForNewUsers
Declaration
public bool AllowedForNewUsers { get; set; }
Property Value
LockoutDuration
Declaration
[Display(Name = "Abp.Identity.Lockout.LockoutDuration")]
public int LockoutDuration { get; set; }
Property Value
MaxFailedAccessAttempts
Declaration
[Display(Name = "Abp.Identity.Lockout.MaxFailedAccessAttempts")]
public int MaxFailedAccessAttempts { get; set; }
Property Value
Extension Methods