8 references to IsContainer
System.Security.AccessControl (8)
System\Security\AccessControl\ObjectSecurity.cs (1)
237get { return _securityDescriptor.IsContainer; }
System\Security\AccessControl\SecurityDescriptor.cs (7)
788if (value.IsContainer != IsContainer) 791IsContainer ? 834if (value.IsContainer != IsContainer) 837IsContainer ? 856_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(IsDS, IsContainer); 932DiscretionaryAcl = new DiscretionaryAcl(IsContainer, IsDS, revision, trusted); 938SystemAcl = new SystemAcl(IsContainer, IsDS, revision, trusted);