6 references to IsContainer
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)
220
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(
IsContainer
, IsDS, GenericAcl.AclRevision, 1);
344
_securityDescriptor.SystemAcl = new SystemAcl(
IsContainer
, IsDS, GenericAcl.AclRevision, 1);
System\Security\AccessControl\ObjectSecurity.cs (2)
87
_securityDescriptor.SystemAcl = new SystemAcl(
IsContainer
, IsDS, newOne.SystemAcl, true);
102
_securityDescriptor.DiscretionaryAcl = new DiscretionaryAcl(
IsContainer
, IsDS, newOne.DiscretionaryAcl, true);