2 references to DiscretionaryAcl
System.IO.FileSystem.AccessControl (1)
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))