SecurityCriticalScope Enum

Definition

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
SecurityCriticalScope
Attributes

Fields

Everything 1

The attribute applies to all code that follows it.

Explicit 0

The attribute applies only to the immediate target.

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.

Applies to