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;