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