4 references to DiscretionaryAcl
mscorlib (2)
system\security\accesscontrol\directoryobjectsecurity.cs (1)
284_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(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 ))
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
258DiscretionaryAcl dacl = new DiscretionaryAcl(true, false, acl);
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
131DiscretionaryAcl dacl = new DiscretionaryAcl(false, false, rawDacl);