Skip to main content
All docs
V24.2

RestrictedDashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor

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

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll

Declaration

public RestrictedDashboardController(
    DashboardConfigurator configurator,
    IDataProtectionProvider dataProtectionProvider = null
)

Parameters

Name Type
configurator DashboardConfigurator

Optional Parameters

Name Type Default
dataProtectionProvider IDataProtectionProvider null
See Also