Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityCriticalAttribute.cs
Go to the documentation of this file.
1
namespace
System.Security
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly |
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Constructor |
AttributeTargets
.Method |
AttributeTargets
.Field |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
SecurityCriticalAttribute
:
Attribute
5
{
6
[Obsolete(
"SecurityCriticalScope is only used for .NET 2.0 transparency compatibility."
)]
7
public
SecurityCriticalScope
Scope
{
get
; }
8
9
public
SecurityCriticalAttribute
()
10
{
11
}
12
13
public
SecurityCriticalAttribute
(
SecurityCriticalScope
scope)
14
{
15
Scope
= scope;
16
}
17
}
System.Attribute
Definition
Attribute.cs:12
System.Security.SecurityCriticalAttribute.SecurityCriticalAttribute
SecurityCriticalAttribute()
Definition
SecurityCriticalAttribute.cs:9
System.Security.SecurityCriticalAttribute.Scope
SecurityCriticalScope Scope
Definition
SecurityCriticalAttribute.cs:7
System.Security.SecurityCriticalAttribute.SecurityCriticalAttribute
SecurityCriticalAttribute(SecurityCriticalScope scope)
Definition
SecurityCriticalAttribute.cs:13
System.Security.SecurityCriticalAttribute
Definition
SecurityCriticalAttribute.cs:5
System.Security.SecurityCriticalScope
SecurityCriticalScope
Definition
SecurityCriticalScope.cs:5
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Security
SecurityCriticalAttribute.cs
Generated by
1.10.0