2 writes to _sacl
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
859
_sacl
= systemAcl;
1056
_sacl
= value;
4 references to _sacl
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
956
get { return
_sacl
; }
1030
return
_sacl
;
1058
if (
_sacl
!= null)
1060
_rawSd.SystemAcl =
_sacl
.RawAcl;