Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecuritySafeCriticalAttribute.cs
Go to the documentation of this file.
1
namespace
System.Security
;
2
3
[AttributeUsage(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Constructor |
AttributeTargets
.Method |
AttributeTargets
.Field |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, AllowMultiple =
false
, Inherited =
false
)]
4
public
sealed
class
SecuritySafeCriticalAttribute
:
Attribute
5
{
6
}
System.Attribute
Definition
Attribute.cs:12
System.Security.SecuritySafeCriticalAttribute
Definition
SecuritySafeCriticalAttribute.cs:5
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Security
SecuritySafeCriticalAttribute.cs
Generated by
1.10.0