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