System.Security.SecurityCriticalScope Enumeration

Specifies the scope of a System.Security.SecurityCriticalAttribute.

Syntax

[System.Obsolete]
public enum SecurityCriticalScope

Remarks

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.

Members

Member NameDescription
Everything

The attribute applies to all code that follows it.

Explicit

The attribute applies only to the immediate target.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0