Show / Hide Table of Contents

Class IdentityUserConsts

Inheritance
object
IdentityUserConsts
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.Domain.Shared.dll
Syntax
public static class IdentityUserConsts

Properties

MaxEmailLength

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

MaxLoginProviderLength

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

MaxNameLength

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

MaxNormalizedEmailLength

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

MaxNormalizedUserNameLength

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

MaxPasswordHashLength

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

MaxPasswordLength

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

MaxPhoneNumberLength

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

MaxSecurityStampLength

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

MaxSurnameLength

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

MaxUserNameLength

Declaration
public static int MaxUserNameLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by ABP.IO Platform