AccessChecksLevelOption Enumeration
.NET Framework (current version)
Specifies the level of access checking for an application, either at the process level only or at all levels, including component, interface, and method levels.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Member name | Description | |
|---|---|---|
| Application | Enables access checks only at the process level. No access checks are made at the component, interface, or method level. | |
| ApplicationComponent | Enables access checks at every level on calls into the application. |
The following code example demonstrates the use of this enumeration in conjunction with the ApplicationAccessControlAttribute attribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: