3 references to DiscretionaryAcl
System.Security.AccessControl (3)
System\Security\AccessControl\ACL.cs (1)
2421: this(isContainer, isDS, rawAcl, false)
System\Security\AccessControl\ObjectSecurity.cs (1)
102_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer, IsDS, newOne.DiscretionaryAcl, true);
System\Security\AccessControl\SecurityDescriptor.cs (1)
705rawSecurityDescriptor.DiscretionaryAcl == null ? null : new DiscretionaryAcl(isContainer, isDS, rawSecurityDescriptor.DiscretionaryAcl, trusted));