4 references to RawAcl
mscorlib (4)
system\security\accesscontrol\directoryobjectsecurity.cs (2)
284_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer, IsDS, new RawAcl(binaryForm, 0)); 417_securityDescriptor.SystemAcl = new SystemAcl(IsContainer, IsDS, new RawAcl(binaryForm, 0));
system\security\accesscontrol\securitydescriptor.cs (2)
588sacl = new RawAcl( binaryForm, offset + saclOffset ); 604dacl = new RawAcl( binaryForm, offset + daclOffset );