2 references to SystemAcl
System.IO.FileSystem.AccessControl (1)
System\Security\AccessControl\DirectoryObjectSecurity.cs (1)
425
SecurityDescriptor.SystemAcl = new
SystemAcl
(IsContainer, IsDS, new RawAcl(binaryForm, 0));
System.Security.AccessControl (1)
System\Security\AccessControl\SecurityDescriptor.cs (1)
909
: this(isContainer, isDS, flags, owner, group, systemAcl == null ? null : new
SystemAcl
(isContainer, isDS, systemAcl), discretionaryAcl == null ? null : new DiscretionaryAcl(isContainer, isDS, discretionaryAcl))