Class IdentityPasswordSettingsDto
Inheritance
IdentityPasswordSettingsDto
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
PasswordChangePeriodDays
Declaration
public int PasswordChangePeriodDays { get; set; }
Property Value
RequireDigit
Declaration
public bool RequireDigit { get; set; }
Property Value
RequireLowercase
Declaration
public bool RequireLowercase { get; set; }
Property Value
RequireNonAlphanumeric
Declaration
public bool RequireNonAlphanumeric { get; set; }
Property Value
RequireUppercase
Declaration
public bool RequireUppercase { get; set; }
Property Value
RequiredLength
Declaration
[Range(2, 128)]
[Display(Name = "Abp.Identity.Password.RequiredLength")]
public int RequiredLength { get; set; }
Property Value
RequiredUniqueChars
Declaration
[Range(1, 128)]
[Display(Name = "Abp.Identity.Password.RequiredUniqueChars")]
public int RequiredUniqueChars { get; set; }
Property Value
Extension Methods