Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityCriticalAttribute::Scope Property

 
Note: This API is now obsolete.

Gets the scope for the attribute.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
[ObsoleteAttribute("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
property SecurityCriticalScope Scope {
	SecurityCriticalScope get();
}

Property Value

Type: System.Security::SecurityCriticalScope

One of the enumeration values that specifies the scope of the attribute. The default is Explicit, which indicates that the attribute applies only to the immediate target.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft