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