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