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