Show / Hide Table of Contents

Class IdentitySettingNames.Password

Inheritance
System.Object
IdentitySettingNames.Password
Namespace: Volo.Abp.Identity.Settings
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class Password : object

Fields

RequireDigit

Declaration
public const string RequireDigit = null
Field Value
Type Description
System.String

RequiredLength

Declaration
public const string RequiredLength = null
Field Value
Type Description
System.String

RequiredUniqueChars

Declaration
public const string RequiredUniqueChars = null
Field Value
Type Description
System.String

RequireLowercase

Declaration
public const string RequireLowercase = null
Field Value
Type Description
System.String

RequireNonAlphanumeric

Declaration
public const string RequireNonAlphanumeric = null
Field Value
Type Description
System.String

RequireUppercase

Declaration
public const string RequireUppercase = null
Field Value
Type Description
System.String
Back to top Powered by Volosoft