1 write to senderCertificate
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
55
this.
senderCertificate
= new BufferProperty(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT,
2 references to senderCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputMessage.cs (2)
77
this.
senderCertificate
.EnsureBufferLength(this.senderCertificateLength.Value);
110
get { return this.
senderCertificate
; }