Show / Hide Table of Contents

Class IdentityUserConsts

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

Properties

MaxEmailLength

Declaration
public static int MaxEmailLength { get; set; }
Property Value
Type Description
System.Int32

MaxLoginProviderLength

Default value: 16

Declaration
public static int MaxLoginProviderLength { get; set; }
Property Value
Type Description
System.Int32

MaxNameLength

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxNormalizedEmailLength

Declaration
public static int MaxNormalizedEmailLength { get; set; }
Property Value
Type Description
System.Int32

MaxNormalizedUserNameLength

Declaration
public static int MaxNormalizedUserNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxPasswordHashLength

Default value: 256

Declaration
public static int MaxPasswordHashLength { get; set; }
Property Value
Type Description
System.Int32

MaxPasswordLength

Default value: 128

Declaration
public static int MaxPasswordLength { get; set; }
Property Value
Type Description
System.Int32

MaxPhoneNumberLength

Declaration
public static int MaxPhoneNumberLength { get; set; }
Property Value
Type Description
System.Int32

MaxSecurityStampLength

Default value: 256

Declaration
public static int MaxSecurityStampLength { get; set; }
Property Value
Type Description
System.Int32

MaxSurnameLength

Declaration
public static int MaxSurnameLength { get; set; }
Property Value
Type Description
System.Int32

MaxUserNameLength

Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft