SecurityCriticalAttribute::Scope Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets the scope for the attribute.
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::SecurityCriticalScopeOne 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
Available since 2.0
Show: