Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DeclarativeSecurityAction

Enumerator
None 
Demand 
Assert 
Deny 
PermitOnly 
LinkDemand 
InheritanceDemand 
RequestMinimum 
RequestOptional 
RequestRefuse 

Definition at line 3 of file DeclarativeSecurityAction.cs.

4{
5 None = 0,
6 Demand = 2,
7 Assert = 3,
8 Deny = 4,
9 PermitOnly = 5,
10 LinkDemand = 6,
11 InheritanceDemand = 7,
12 RequestMinimum = 8,
13 RequestOptional = 9,
14 RequestRefuse = 10
15}