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

ScriptPermissionManager.Evidence Property

Specifies the evidence-based security policy that is applied for script execution.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public Evidence Evidence { get; }

Property Value

Type Description
Evidence

The evidence-based security policy.

Remarks

This property is used only in the obsolete ‘Restricted’ script execution mode.

See Also