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