8 references to IsDS
System.Security.AccessControl (8)
System\Security\AccessControl\ObjectSecurity.cs (1)
242get { return _securityDescriptor.IsDS; }
System\Security\AccessControl\SecurityDescriptor.cs (7)
797if (value.IsDS != IsDS) 800IsDS ? 843if (value.IsDS != IsDS) 846IsDS ? 856_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(IsDS, IsContainer); 932DiscretionaryAcl = new DiscretionaryAcl(IsContainer, IsDS, revision, trusted); 938SystemAcl = new SystemAcl(IsContainer, IsDS, revision, trusted);