Class IdentityUserConsts
Inheritance
IdentityUserConsts
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public static class IdentityUserConsts
Properties
MaxEmailLength
Declaration
public static int MaxEmailLength { get; set; }
Property Value
MaxLoginProviderLength
Declaration
public static int MaxLoginProviderLength { get; set; }
Property Value
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
MaxNormalizedEmailLength
Declaration
public static int MaxNormalizedEmailLength { get; set; }
Property Value
MaxNormalizedUserNameLength
Declaration
public static int MaxNormalizedUserNameLength { get; set; }
Property Value
MaxPasswordHashLength
Declaration
public static int MaxPasswordHashLength { get; set; }
Property Value
MaxPasswordLength
Declaration
public static int MaxPasswordLength { get; set; }
Property Value
MaxPhoneNumberLength
Declaration
public static int MaxPhoneNumberLength { get; set; }
Property Value
MaxSecurityStampLength
Declaration
public static int MaxSecurityStampLength { get; set; }
Property Value
MaxSurnameLength
Declaration
public static int MaxSurnameLength { get; set; }
Property Value
MaxUserNameLength
Declaration
public static int MaxUserNameLength { get; set; }
Property Value