Windows apps
Collapse the table of content
Expand the table of content
Information
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

 
Note: This API is now obsolete.

Specifies the scope of a SecurityCriticalAttribute.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

[ObsoleteAttribute("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
public enum class SecurityCriticalScope

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft