6 references to MESSAGE_PROPID_SENDER_CERT
System.Messaging (6)
System\Messaging\Message.cs (6)
217
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
, new byte[DefaultSenderCertificateSize]);
1525
Array.Copy(properties.GetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
), bytes, bytes.Length);
1538
properties.Remove(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
);
1544
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
, value);
2149
properties.SetUI1Vector(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
, new byte[size]);
2250
this.properties.AdjustSize(NativeMethods.
MESSAGE_PROPID_SENDER_CERT
,