2 writes to decryptedBuffer
System.ServiceModel (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
328
this.
decryptedBuffer
= null;
456
this.
decryptedBuffer
= ContextImportHelper.SpliceBuffers(decryptedBodyContent, stream.GetBuffer(), (int) stream.Length, 2);
2 references to decryptedBuffer
System.ServiceModel (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
154
XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(this.
decryptedBuffer
, 0, this.
decryptedBuffer
.Length, this.securityHeader.ReaderQuotas);