8 references to IsContainer
System.Security.AccessControl (8)
System\Security\AccessControl\ObjectSecurity.cs (1)
237
get { return _securityDescriptor.
IsContainer
; }
System\Security\AccessControl\SecurityDescriptor.cs (7)
788
if (value.IsContainer !=
IsContainer
)
791
IsContainer
?
834
if (value.IsContainer !=
IsContainer
)
837
IsContainer
?
856
_dacl = DiscretionaryAcl.CreateAllowEveryoneFullAccess(IsDS,
IsContainer
);
932
DiscretionaryAcl = new DiscretionaryAcl(
IsContainer
, IsDS, revision, trusted);
938
SystemAcl = new SystemAcl(
IsContainer
, IsDS, revision, trusted);