4 references to RawAcl
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
892
_rawSd = new RawSecurityDescriptor(actualFlags, owner, group, systemAcl?.
RawAcl
, discretionaryAcl.
RawAcl
);
1060
_rawSd.SystemAcl = _sacl.
RawAcl
;
1118
_rawSd.DiscretionaryAcl = _dacl.
RawAcl
;