2 writes to _sacl
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
654
_sacl
= systemAcl;
807
_sacl
= value;
4 references to _sacl
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
722
get { return
_sacl
; }
781
return
_sacl
;
809
if (
_sacl
!= null)
811
_rawSd.SystemAcl =
_sacl
.RawAcl;