5 [__DynamicallyInvokable]
12 [Obsolete(
"SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
22 [__DynamicallyInvokable]
SecurityCriticalScope Scope
Gets the scope for the attribute.
Represents the base class for custom attributes.
Specifies that code or an assembly performs security-critical operations.
SecurityCriticalAttribute()
Initializes a new instance of the T:System.Security.SecurityCriticalAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
SecurityCriticalAttribute(SecurityCriticalScope scope)
Initializes a new instance of the T:System.Security.SecurityCriticalAttribute class with the specifie...
SecurityCriticalScope
Specifies the scope of a T:System.Security.SecurityCriticalAttribute.