mscorlib(4.0.0.0) API with additions
SecurityCriticalScope.cs
1 namespace System.Security
2 {
4  [Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
6  {
8  Explicit,
11  }
12 }
The attribute applies to all code that follows it.
SecurityCriticalScope
Specifies the scope of a T:System.Security.SecurityCriticalAttribute.