3 writes to SystemAcl
System.Security.AccessControl (3)
System\Security\AccessControl\SecurityDescriptor.cs (3)
429SystemAcl = systemAcl; 1060_rawSd.SystemAcl = _sacl.RawAcl; 1065_rawSd.SystemAcl = null;
4 references to SystemAcl
System.Security.AccessControl (4)
System\Security\AccessControl\ObjectSecurity.cs (2)
105if (newOne!.SystemAcl != null) 107_securityDescriptor.SystemAcl = new SystemAcl(IsContainer, IsDS, newOne.SystemAcl, true);
System\Security\AccessControl\SecurityDescriptor.cs (2)
928rawSecurityDescriptor.SystemAcl == null ? null : new SystemAcl(isContainer, isDS, rawSecurityDescriptor.SystemAcl, trusted),