Skip to main content

ScriptSecurityPermission(String, Boolean) Constructor

Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ScriptSecurityPermission(
    string name,
    bool deny
)

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