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