3 writes to SystemAcl
System.Security.AccessControl (3)
System\Security\AccessControl\SecurityDescriptor.cs (3)
321SystemAcl = systemAcl; 811_rawSd.SystemAcl = _sacl.RawAcl; 816_rawSd.SystemAcl = null;
4 references to SystemAcl
System.Security.AccessControl (4)
System\Security\AccessControl\ObjectSecurity.cs (2)
85if (newOne!.SystemAcl != null) 87_securityDescriptor.SystemAcl = new SystemAcl(IsContainer, IsDS, newOne.SystemAcl, true);
System\Security\AccessControl\SecurityDescriptor.cs (2)
704rawSecurityDescriptor.SystemAcl == null ? null : new SystemAcl(isContainer, isDS, rawSecurityDescriptor.SystemAcl, trusted),