8 references to IsContainer
System.Security.AccessControl (8)
System\Security\AccessControl\ObjectSecurity.cs (1)
261get { return _securityDescriptor.IsContainer; }
System\Security\AccessControl\SecurityDescriptor.cs (7)
1037if (value.IsContainer != this.IsContainer) 1040this.IsContainer ? 1086if (value.IsContainer != this.IsContainer) 1089this.IsContainer ? 1111_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(IsDS, IsContainer); 1191this.DiscretionaryAcl = new DiscretionaryAcl(this.IsContainer, this.IsDS, revision, trusted); 1197this.SystemAcl = new SystemAcl(this.IsContainer, this.IsDS, revision, trusted);