SecurityCriticalScope Enum
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.
Specifies the scope of a SecurityCriticalAttribute.
public enum class SecurityCriticalScope
[System.Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")]
public enum SecurityCriticalScope
public enum SecurityCriticalScope
[<System.Obsolete("SecurityCriticalScope is only used for .NET 2.0 transparency compatibility.")>]
type SecurityCriticalScope =
type SecurityCriticalScope =
Public Enum SecurityCriticalScope
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Explicit | 0 | The attribute applies only to the immediate target. |
Everything | 1 | The attribute applies to all code that follows it. |
Remarks
Security-critical code is any code that protects sensitive resources and exposes brokered access to the resource to untrusted or partially trusted code by performing the necessary elevation of privilege operations.