3 references to SystemAcl
System.Security.AccessControl (3)
System\Security\AccessControl\ACL.cs (1)
2297
:
this
(isContainer, isDS, rawAcl, false)
System\Security\AccessControl\ObjectSecurity.cs (1)
87
_securityDescriptor.SystemAcl = new
SystemAcl
(IsContainer, IsDS, newOne.SystemAcl, true);
System\Security\AccessControl\SecurityDescriptor.cs (1)
704
rawSecurityDescriptor.SystemAcl == null ? null : new
SystemAcl
(isContainer, isDS, rawSecurityDescriptor.SystemAcl, trusted),