Show / Hide Table of Contents

Class IdentityPasswordSettingsDto

Inheritance
object
IdentityPasswordSettingsDto
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 IdentityPasswordSettingsDto

Constructors

IdentityPasswordSettingsDto()

Declaration
public IdentityPasswordSettingsDto()

Properties

ForceUsersToPeriodicallyChangePassword

Declaration
public bool ForceUsersToPeriodicallyChangePassword { get; set; }
Property Value
Type Description
bool

PasswordChangePeriodDays

Declaration
public int PasswordChangePeriodDays { get; set; }
Property Value
Type Description
int

RequireDigit

Declaration
public bool RequireDigit { get; set; }
Property Value
Type Description
bool

RequireLowercase

Declaration
public bool RequireLowercase { get; set; }
Property Value
Type Description
bool

RequireNonAlphanumeric

Declaration
public bool RequireNonAlphanumeric { get; set; }
Property Value
Type Description
bool

RequireUppercase

Declaration
public bool RequireUppercase { get; set; }
Property Value
Type Description
bool

RequiredLength

Declaration
[Range(2, 128)]
[Display(Name = "Abp.Identity.Password.RequiredLength")]
public int RequiredLength { get; set; }
Property Value
Type Description
int

RequiredUniqueChars

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