Class IdentityResourceConsts
Inheritance
System.Object
IdentityResourceConsts
Namespace: Volo.Abp.IdentityServer.IdentityResources
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class IdentityResourceConsts : object
Properties
DescriptionMaxLength
Default value: 200
Declaration
public static int DescriptionMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisplayNameMaxLength
Default value: 200
Declaration
public static int DisplayNameMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NameMaxLength
Default value: 200
Declaration
public static int NameMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |