8 references to IsContainer
mscorlib (8)
system\security\accesscontrol\objectsecurity.cs (1)
268get { return _securityDescriptor.IsContainer; }
system\security\accesscontrol\securitydescriptor.cs (7)
1077if ( value.IsContainer != this.IsContainer ) 1080Environment.GetResourceString( this.IsContainer ? 1126if ( value.IsContainer != this.IsContainer ) 1129Environment.GetResourceString( this.IsContainer ? 1151_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(IsDS, IsContainer); 1245this.DiscretionaryAcl = new DiscretionaryAcl(this.IsContainer, this.IsDS, revision, trusted); 1251this.SystemAcl = new SystemAcl(this.IsContainer, this.IsDS, revision, trusted);