ServerPermissionRequestProcessor Class
Processes permission requests when the Deny Permission Policy is in use.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Remarks
Most of the ServerPermissionRequestProcessor API is for internal use, except for the static ServerPermissionRequestProcessor.UseAutoAssociationPermission field. This field enables automatic processing of security permissions for associated objects. When UseAutoAssociationPermission is set to false it is required to configure permissions for both sides of an association, for example, grant Write access to the collection properties on both sides of the many-to many association to allow linking and unlinking operations. This approach assumes creating separate permission objects for both sides manually. The default value is false.