Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AccessControlSections.cs
Go to the documentation of this file.
1
namespace
System.Security.AccessControl
;
2
3
[Flags]
4
public
enum
AccessControlSections
5
{
6
None
= 0,
7
Audit
= 1,
8
Access
= 2,
9
Owner
= 4,
10
Group
= 8,
11
All
= 0xF
12
}
System.Security.AccessControl.AccessControlActions.None
@ None
System.Security.AccessControl.AccessControlSections
AccessControlSections
Definition
AccessControlSections.cs:5
System.Security.AccessControl.AccessControlSections.Group
@ Group
System.Security.AccessControl.AccessControlSections.All
@ All
System.Security.AccessControl.AccessControlSections.Owner
@ Owner
System.Security.AccessControl.AccessControlSections.Access
@ Access
System.Security.AccessControl.AccessControlSections.Audit
@ Audit
System.Security.AccessControl
Definition
DirectoryObjectSecurity.cs:3
source
System.Security.AccessControl
System.Security.AccessControl
AccessControlSections.cs
Generated by
1.10.0