April 2002
Intermediate to advanced
816 pages
20h 56m
English
The .NET Framework comes with numerous permissions to protect different resources. Table 6.1 lists these permissions and their descriptions:
| Permission Class | Description |
|---|---|
| System.Data.OleDb.OleDbPermission | Protects access to OLE DB data sources via classes in the System.Data.OleDb namespace. |
| System.Data.SqlClient.SqlClientPermission | Guards access to a SQL server via classes in the System.Data.SqlClient namespace. |
| System.Diagnostics.EventLogPermission | Protects reading, writing, creating, and deleting event logs using the System.Diagnostics.EventLog class. Note that only Windows NT–family operating systems have event logs. |
| System.Diagnostics.PerformanceCounterPermission ... |