Trust Level | Main Restrictions |
Full | Unrestricted permissions. Applications can access any resource that is subject to operating system security. All privileged operations are supported. |
High | Not able to call unmanaged code Not able to call serviced components Not able to write to the event log Not able to access Microsoft Message Queuing queues Not able to access OLE DB data sources |
Medium | In addition to the above, file access is restricted to the current application directory and registry access is not permitted. |
Low | In addition to the above, the application is not able to connect to SQL Server and code cannot call CodeAccessPermission.Assert (no assertion security permission). |
Minimal | Only the execute permission is available. |
Add Comment