SecurityStrategy.CustomizeRequestProcessors Event
Occurs after Permission Request Processors are registered.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v20.2.dll
Declaration
Event Data
The CustomizeRequestProcessors event's data class is DevExpress.ExpressApp.Security.CustomizeRequestProcessorsEventArgs.
Remarks
Handle this event to register your custom processor. Use the event's Permissions parameter to access current permissions. Refer to the How to: Implement Custom Security Objects (Users, Roles, Operation Permissions) topic to see an example.
See Also
Feedback