Skip to main content

SecurityStrategy.CustomizeRequestProcessors Event

Occurs after Permission Request Processors are registered.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v26.1.dll

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public event EventHandler<CustomizeRequestProcessorsEventArgs> CustomizeRequestProcessors

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