mscorlib(4.0.0.0) API with additions
SecurityAction.cs
2 
4 {
7  [ComVisible(true)]
8  public enum SecurityAction
9  {
11  Demand = 2,
13  Assert,
15  [Obsolete("Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
16  Deny,
18  PermitOnly,
20  LinkDemand,
24  [Obsolete("Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
27  [Obsolete("Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
30  [Obsolete("Assembly level declarative security is obsolete and is no longer enforced by the CLR by default. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
32  }
33 }
The derived class inheriting the class or overriding a method is required to have been granted the sp...
The immediate caller is required to have been granted the specified permission. Do not use in the ....
Definition: __Canon.cs:3
The request for additional permissions that are optional (not required to run). This request implicit...
SecurityAction
Specifies the security actions that can be performed using declarative security.
The request for the minimum permissions required for code to run. This action can only be used within...
Specifies that the class can be serialized.
Only the resources specified by this permission object can be accessed, even if the code has been gra...
The request that permissions that might be misused will not be granted to the calling code....