3 writes to SystemAcl
mscorlib (3)
system\security\accesscontrol\securitydescriptor.cs (3)
442SystemAcl = systemAcl; 1100_rawSd.SystemAcl = _sacl.RawAcl; 1105_rawSd.SystemAcl = null;
4 references to SystemAcl
mscorlib (4)
system\security\accesscontrol\objectsecurity.cs (2)
117if ( newOne.SystemAcl != null ) 119_securityDescriptor.SystemAcl = new SystemAcl( IsContainer, IsDS, newOne.SystemAcl, true );
system\security\accesscontrol\securitydescriptor.cs (2)
968rawSecurityDescriptor.SystemAcl == null ? null : new SystemAcl( isContainer, isDS, rawSecurityDescriptor.SystemAcl, trusted ),