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

◆ AreAccessRulesProtected

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

Definition at line 107 of file ObjectSecurity.cs.

108 {
109 get
110 {
111 ReadLock();
112 try
113 {
114 return (_securityDescriptor.ControlFlags & ControlFlags.DiscretionaryAclProtected) != 0;
115 }
116 finally
117 {
118 ReadUnlock();
119 }
120 }
121 }
readonly CommonSecurityDescriptor _securityDescriptor