4 references to RawAcl
mscorlib (4)
system\security\accesscontrol\securitydescriptor.cs (4)
928_rawSd = new RawSecurityDescriptor( actualFlags, owner, group, systemAcl == null ? null : systemAcl.RawAcl, discretionaryAcl.RawAcl ); 1100_rawSd.SystemAcl = _sacl.RawAcl; 1158_rawSd.DiscretionaryAcl = _dacl.RawAcl;