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