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