Class SecretConsts
Inheritance
System.Object
SecretConsts
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class SecretConsts : object
Properties
DescriptionMaxLength
Default value: 2000
Declaration
public static int DescriptionMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeMaxLength
Default value: 250
Declaration
public static int TypeMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValueMaxLength
Default value: 4000
Declaration
public static int ValueMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValueMaxLengthValue
Declaration
public static int ValueMaxLengthValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |