4 references to RawAcl
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
284SecurityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer, IsDS, new RawAcl(binaryForm, 0)); 425SecurityDescriptor.SystemAcl = new SystemAcl(IsContainer, IsDS, new RawAcl(binaryForm, 0));
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
562sacl = new RawAcl(binaryForm, offset + saclOffset); 578dacl = new RawAcl(binaryForm, offset + daclOffset);