Skip to main content
A newer version of this page is available. .

VerifyClientTrustLevelEventArgs.ClientTrustLevel Property

Gets or sets the trust level that specifies which actions a client can initiate to execute them on a server side.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public ClientTrustLevel ClientTrustLevel { get; set; }

Property Value

Type Description
ClientTrustLevel

A ClientTrustLevel value that specifies a trust level.

Available values:

Name Description
Full

A client can initiate any action to execute them on a server side.

Restricted

A client cannot initiate actions that can lead to changing a dashboard stored on a server. This trust level can be used when the ASPxDashboard.WorkingMode/DashboardExtensionSettings.WorkingMode is set to WorkingMode.Viewer to prevent inadvertent or unauthorized modifications to dashboards.

See Also