mscorlib(4.0.0.0) API with additions
SecurityTransparentAttribute.cs
1 namespace System.Security
2 {
4  [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
5  [__DynamicallyInvokable]
6  public sealed class SecurityTransparentAttribute : Attribute
7  {
9  [__DynamicallyInvokable]
11  {
12  }
13  }
14 }
Specifies that an assembly cannot cause an elevation of privilege.
Represents the base class for custom attributes.
Definition: Attribute.cs:15
SecurityTransparentAttribute()
Initializes a new instance of the T:System.Security.SecurityTransparentAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.