SecurityCriticalAttribute.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.
Gets the scope for the attribute.
public:
property System::Security::SecurityCriticalScope Scope { System::Security::SecurityCriticalScope get(); };
[System.Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
public System.Security.SecurityCriticalScope Scope { get; }
public System.Security.SecurityCriticalScope Scope { get; }
[<System.Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")>]
member this.Scope : System.Security.SecurityCriticalScope
member this.Scope : System.Security.SecurityCriticalScope
Public ReadOnly Property Scope As SecurityCriticalScope
Property Value
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.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.