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

◆ IsCraftedAefaDacl

bool System.Security.AccessControl.GenericSecurityDescriptor.IsCraftedAefaDacl
getprivateinherited

Definition at line 11 of file GenericSecurityDescriptor.cs.

12 {
13 get
14 {
15 if (GenericDacl is DiscretionaryAcl discretionaryAcl)
16 {
17 return discretionaryAcl.EveryOneFullAccessForNullDacl;
18 }
19 return false;
20 }
21 }

Referenced by System.Security.AccessControl.GenericSecurityDescriptor.GetBinaryForm().