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