8 references to IsDS
mscorlib (8)
system\security\accesscontrol\commonobjectsecurity.cs (2)
236
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl( IsContainer,
IsDS
, GenericAcl.AclRevision, 1 );
367
_securityDescriptor.SystemAcl = new SystemAcl( IsContainer,
IsDS
, GenericAcl.AclRevision, 1 );
system\security\accesscontrol\directoryobjectsecurity.cs (4)
266
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer,
IsDS
, GenericAcl.AclRevisionDS, 1);
284
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer,
IsDS
, new RawAcl(binaryForm, 0));
399
_securityDescriptor.SystemAcl = new SystemAcl(IsContainer,
IsDS
, GenericAcl.AclRevisionDS, 1);
417
_securityDescriptor.SystemAcl = new SystemAcl(IsContainer,
IsDS
, new RawAcl(binaryForm, 0));
system\security\accesscontrol\objectsecurity.cs (2)
119
_securityDescriptor.SystemAcl = new SystemAcl( IsContainer,
IsDS
, newOne.SystemAcl, true );
134
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl( IsContainer,
IsDS
, newOne.DiscretionaryAcl, true );