Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityTreatAsSafeAttribute.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
[Obsolete(
"SecurityTreatAsSafe is only used for .NET 2.0 transparency compatibility. Use the SecuritySafeCriticalAttribute instead."
)]
5
public
sealed
class
SecurityTreatAsSafeAttribute
:
Attribute
6
{
7
}
System.Attribute
Definition
Attribute.cs:12
System.Security.SecurityTreatAsSafeAttribute
Definition
SecurityTreatAsSafeAttribute.cs:6
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Security
SecurityTreatAsSafeAttribute.cs
Generated by
1.10.0