Skip to main content
.NET 6.0+

NonSecureActionsInitializingEventArgs(HashSet<String>) Constructor

Initializes a new instance of the NonSecureActionsInitializingEventArgs class with specified settings.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public NonSecureActionsInitializingEventArgs(
    HashSet<string> nonSecureActions
)

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