Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityRulesAttribute.cs
Go to the documentation of this file.
1
namespace
System.Security
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, AllowMultiple =
false
)]
4
public
sealed
class
SecurityRulesAttribute
:
Attribute
5
{
6
public
bool
SkipVerificationInFullTrust
{
get
;
set
; }
7
8
public
SecurityRuleSet
RuleSet
{
get
; }
9
10
public
SecurityRulesAttribute
(
SecurityRuleSet
ruleSet)
11
{
12
RuleSet
= ruleSet;
13
}
14
}
System.Attribute
Definition
Attribute.cs:12
System.Security.SecurityRulesAttribute.SkipVerificationInFullTrust
bool SkipVerificationInFullTrust
Definition
SecurityRulesAttribute.cs:6
System.Security.SecurityRulesAttribute.RuleSet
SecurityRuleSet RuleSet
Definition
SecurityRulesAttribute.cs:8
System.Security.SecurityRulesAttribute.SecurityRulesAttribute
SecurityRulesAttribute(SecurityRuleSet ruleSet)
Definition
SecurityRulesAttribute.cs:10
System.Security.SecurityRulesAttribute
Definition
SecurityRulesAttribute.cs:5
System.Security.SecurityRuleSet
SecurityRuleSet
Definition
SecurityRuleSet.cs:4
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Security
SecurityRulesAttribute.cs
Generated by
1.10.0