Skip to main content
All docs
V25.2
  • NonSecureActionsInitializingEventArgs(HashSet<String>) Constructor

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

    Namespace: DevExpress.ExpressApp.Security

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

    NuGet Package: DevExpress.ExpressApp.Security

    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