Skip to main content

ScriptPermissionManager Members

Provides functionality to specify scripting security at the application level.

Constructors

Name Description
ScriptPermissionManager(ExecutionMode, Evidence, IPermission[]) Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.
ScriptPermissionManager(ExecutionMode) Initializes a new instance of the ScriptPermissionManager class with the specified script execution mode.

Properties

Name Description
Evidence Specifies the evidence-based security policy that is applied for script execution.
GlobalInstance static Specifies the script security permission level applied to the application.
ScriptExecutionMode Specifies the report script execution mode.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also