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