This documentation is archived and is not being maintained.
AccessChecksLevelOption Enumeration
.NET Framework 1.1
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.
[Visual Basic] <Serializable> Public Enum AccessChecksLevelOption [C#] [Serializable] public enum AccessChecksLevelOption [C++] [Serializable] __value public enum AccessChecksLevelOption [JScript] public Serializable enum AccessChecksLevelOption
Members
| Member name | Description |
|---|---|
| Application | Enable access checks only at the process level. No access checks are made at the component, interface, or method level. |
| ApplicationComponent | Enable access checks at every level on calls into the application. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: