3 references to SystemAcl
mscorlib (3)
system\security\accesscontrol\acl.cs (1)
2954
:
this
( isContainer, isDS, rawAcl, false )
system\security\accesscontrol\objectsecurity.cs (1)
119
_securityDescriptor.SystemAcl = new
SystemAcl
( IsContainer, IsDS, newOne.SystemAcl, true );
system\security\accesscontrol\securitydescriptor.cs (1)
968
rawSecurityDescriptor.SystemAcl == null ? null : new
SystemAcl
( isContainer, isDS, rawSecurityDescriptor.SystemAcl, trusted ),