Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AccessControlSections
enum
System.Security.AccessControl.AccessControlSections
Enumerator
None
Audit
Access
Owner
Group
All
Definition at line
4
of file
AccessControlSections.cs
.
5
{
6
None = 0,
7
Audit
= 1,
8
Access
= 2,
9
Owner
= 4,
10
Group
= 8,
11
All = 0xF
12
}
System.Security.AccessControl.AccessControlSections.Group
@ Group
System.Security.AccessControl.AccessControlSections.Owner
@ Owner
System.Security.AccessControl.AccessControlSections.Access
@ Access
System.Security.AccessControl.AccessControlSections.Audit
@ Audit
System
Security
AccessControl
Generated by
1.10.0