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 Constructor (SecurityCriticalScope)

 

Initializes a new instance of the SecurityCriticalAttribute class with the specified scope.

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

public:
SecurityCriticalAttribute(
	SecurityCriticalScope scope
)

Parameters

scope
Type: System.Security::SecurityCriticalScope

One of the enumeration values that specifies the scope of the attribute.

This constructor is provided for compatibility with the .NET Framework version 2.0 transparency model. It does not apply to the .NET Framework 4. For more information, see Security-Transparent Code, Level 2.

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