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

ScriptPermissionManager Constructors

Provides functionality to specify the scripting security at the application level.
Name Parameters Description
ScriptPermissionManager(ExecutionMode, Evidence, IPermission[]) scriptExecutionMode, evidence, restrictPermissions Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.
ScriptPermissionManager(ExecutionMode) scriptExecutionMode Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.
See Also