Class IdentityClaimTypeConsts
Inheritance
IdentityClaimTypeConsts
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentityClaimTypeConsts
Constructors
IdentityClaimTypeConsts()
Declaration
public IdentityClaimTypeConsts()
Properties
MaxDescriptionLength
Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
MaxNameLength
Declaration
public static int MaxNameLength { get; set; }
Property Value
MaxRegexDescriptionLength
Declaration
public static int MaxRegexDescriptionLength { get; set; }
Property Value
MaxRegexLength
Declaration
public static int MaxRegexLength { get; set; }
Property Value
Extension Methods