Skip to main content
All docs
V25.1
  • .NET 8.0+

    NonSecureActionsInitializingEventArgs(HashSet<String>) Constructor

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

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v25.1.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