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;