mscorlib(4.0.0.0) API with additions
CodeAccessSecurityAttribute.cs
2 
4 {
7  [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
8  [ComVisible(true)]
10  {
14  : base(action)
15  {
16  }
17  }
18 }
Definition: __Canon.cs:3
SecurityAction
Specifies the security actions that can be performed using declarative security.
Specifies the base attribute class for declarative security from which T:System.Security....
CodeAccessSecurityAttribute(SecurityAction action)
Initializes a new instance of T:System.Security.Permissions.CodeAccessSecurityAttribute with the spec...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Specifies the base attribute class for code access security.
Specifies that the class can be serialized.