Show / Hide Table of Contents

Class IdentityLockoutSettingsDto

Inheritance
object
IdentityLockoutSettingsDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
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
Type Description
bool

LockoutDuration

Declaration
[Display(Name = "Abp.Identity.Lockout.LockoutDuration")]
public int LockoutDuration { get; set; }
Property Value
Type Description
int

MaxFailedAccessAttempts

Declaration
[Display(Name = "Abp.Identity.Lockout.MaxFailedAccessAttempts")]
public int MaxFailedAccessAttempts { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by Volosoft