ScriptSecurityPermission(String, Boolean) Constructor
Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies the name of the security permission. This value is assigned to the ScriptSecurityPermission.Name property. |
deny | Boolean | true to deny the specified security permission; otherwise, false. This value is assigned to the ScriptSecurityPermission.Deny property. |
See Also