Specifies the scope of a System.Security.SecurityCriticalAttribute.
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.
Member Name | Description |
---|---|
Everything |
The attribute applies to all code that follows it. |
Explicit |
The attribute applies only to the immediate target. |