6 references to MESSAGE_PROPID_SENDER_CERT_LEN
System.Messaging (6)
System\Messaging\Message.cs (6)
218
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
, DefaultSenderCertificateSize);
1524
byte[] bytes = new byte[properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
)];
1539
properties.Remove(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
);
1545
properties.SetUI4(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
, value.Length);
2147
int size = properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
);
2251
this.properties.GetUI4(NativeMethods.
MESSAGE_PROPID_SENDER_CERT_LEN
));