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