2 references to SystemAcl
mscorlib (2)
system\security\accesscontrol\directoryobjectsecurity.cs (1)
417
_securityDescriptor.SystemAcl = new
SystemAcl
(IsContainer, IsDS, new RawAcl(binaryForm, 0));
system\security\accesscontrol\securitydescriptor.cs (1)
945
: this( isContainer, isDS, flags, owner, group, systemAcl == null ? null : new
SystemAcl
( isContainer, isDS, systemAcl ), discretionaryAcl == null ? null : new DiscretionaryAcl( isContainer, isDS, discretionaryAcl ))