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