The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SecurityCriticalScope Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security
Assembly: mscorlib (in mscorlib.dll)
Return to top
Specifies the scope of a SecurityCriticalAttribute.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Everything | The attribute applies to all code that follows it. | |
| Explicit | The attribute applies only to the immediate target. |
Security-critical code is any code that protects sensitive resources and exposes brokered access to the resource to untrusted or partially trusted code by performing the necessary elevation of privilege operations.
.NET Framework
Available since 2.0
Available since 2.0
Show: