NonSecureActionsInitializingEventArgs(HashSet<String>) Constructor
Initializes a new instance of the NonSecureActionsInitializingEventArgs class with specified settings.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Parameters
Name | Type | Description |
---|---|---|
nonSecureActions | HashSet<String> | A collection of Actions that the Security System ignores. You cannot manage them in the Denied Actions tab. |
See Also