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

◆ AreAuditRulesProtected

bool System.Security.AccessControl.ObjectSecurity< T >.AreAuditRulesProtected
getinherited

Definition at line 123 of file ObjectSecurity.cs.

124 {
125 get
126 {
127 ReadLock();
128 try
129 {
130 return (_securityDescriptor.ControlFlags & ControlFlags.SystemAclProtected) != 0;
131 }
132 finally
133 {
134 ReadUnlock();
135 }
136 }
137 }
readonly CommonSecurityDescriptor _securityDescriptor