1 write to senderCertificateLength
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
57this.senderCertificateLength = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDER_CERT_LEN);
3 references to senderCertificateLength
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessage.cs (3)
76bufferSizeQuota.Alloc(this.senderCertificateLength.Value); 77this.senderCertificate.EnsureBufferLength(this.senderCertificateLength.Value); 115get { return this.senderCertificateLength; }