Class ApiResourceConsts
Inheritance
ApiResourceConsts
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class ApiResourceConsts
Constructors
ApiResourceConsts()
Declaration
public ApiResourceConsts()
Properties
AllowedAccessTokenSigningAlgorithmsMaxLength
Declaration
public static int AllowedAccessTokenSigningAlgorithmsMaxLength { get; set; }
Property Value
DescriptionMaxLength
Declaration
public static int DescriptionMaxLength { get; set; }
Property Value
DisplayNameMaxLength
Declaration
public static int DisplayNameMaxLength { get; set; }
Property Value
NameMaxLength
Declaration
public static int NameMaxLength { get; set; }
Property Value
Extension Methods