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."
)]
5
public
enum
SecurityCriticalScope
6
{
8
Explicit,
10
Everything
11
}
12
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Security.SecurityCriticalScope.Everything
The attribute applies to all code that follows it.
System.Security.SecurityCriticalScope
SecurityCriticalScope
Specifies the scope of a T:System.Security.SecurityCriticalAttribute.
Definition:
SecurityCriticalScope.cs:5
All cs
System.Security
SecurityCriticalScope.cs
Generated by
1.8.15