8 references to IsDS
System.Security.AccessControl (8)
System\Security\AccessControl\ObjectSecurity.cs (1)
266get { return _securityDescriptor.IsDS; }
System\Security\AccessControl\SecurityDescriptor.cs (7)
1046if (value.IsDS != this.IsDS) 1049this.IsDS ? 1095if (value.IsDS != this.IsDS) 1098this.IsDS ? 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);