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

◆ IsSystemAclCanonical

bool System.Security.AccessControl.CommonSecurityDescriptor.IsSystemAclCanonical
get

Definition at line 117 of file CommonSecurityDescriptor.cs.

118 {
119 get
120 {
121 if (SystemAcl != null)
122 {
123 return SystemAcl.IsCanonical;
124 }
125 return true;
126 }
127 }