Show / Hide Table of Contents

Class PermissionGrantConsts

Inheritance
System.Object
PermissionGrantConsts
Namespace: Volo.Abp.PermissionManagement
Assembly: Volo.Abp.PermissionManagement.Domain.Shared.dll
Syntax
public static class PermissionGrantConsts : object

Properties

MaxNameLength

Default value: 128

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

MaxProviderKeyLength

Default value: 64

Declaration
public static int MaxProviderKeyLength { get; set; }
Property Value
Type Description
System.Int32

MaxProviderNameLength

Default value: 64

Declaration
public static int MaxProviderNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft