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