RestrictedDashboardController(DashboardConfigurator, IDataProtectionProvider) Constructor
Initializes a new instance of the RestrictedDashboardController class with specified settings.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v26.1.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