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)
588
sacl = new
RawAcl
( binaryForm, offset + saclOffset );
604
dacl = new
RawAcl
( binaryForm, offset + daclOffset );