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
;