6 references to IsDS
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
284
SecurityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer,
IsDS
, new RawAcl(binaryForm, 0));
425
SecurityDescriptor.SystemAcl = new SystemAcl(IsContainer,
IsDS
, new RawAcl(binaryForm, 0));
System.Security.AccessControl (4)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
244
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer,
IsDS
, GenericAcl.AclRevision, 1);
371
_securityDescriptor.SystemAcl = new SystemAcl(IsContainer,
IsDS
, GenericAcl.AclRevision, 1);
System\Security\AccessControl\ObjectSecurity.cs (2)
107
_securityDescriptor.SystemAcl = new SystemAcl(IsContainer,
IsDS
, newOne.SystemAcl, true);
122
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(IsContainer,
IsDS
, newOne.DiscretionaryAcl, true);