1 write to senderCert
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
129this.senderCert = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT);
1 reference to senderCert
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
164this.senderCert.SetBufferReference(clientCertificate.GetRawCertData());