Gets or sets a value indicating whether code must have System.Security.Permissions.SecurityPermissionFlag.Execution in order to execute.
Documentation for this section has not yet been entered.
If this property is false, even code without System.Security.Permissions.SecurityPermissionFlag.Execution can execute. Execution checking is expensive and can eliminate the advantages of lazy policy resolution. This property is provided to disable execution checking when needed.
A change to this property is not persisted until SecurityManager.SavePolicy is called. New processes will not be affected by the change until it is persisted in the registry.