19 references to SecurityVerifiedMessage
System.ServiceModel (19)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
629XmlDictionaryReader reader = this.SecurityVerifiedMessage.GetReaderAtFirstHeader(); 1247this.SecurityVerifiedMessage.GetEnvelopeAttributes(), 1248this.SecurityVerifiedMessage.GetHeaderAttributes(),
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
253new MessageSecurityException(SR.GetString(SR.DuplicateIdInMessageToBeVerified, id)), this.securityHeader.SecurityVerifiedMessage);
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (2)
58this.SecurityVerifiedMessage.GetEnvelopeAttributes(), this.SecurityVerifiedMessage.GetHeaderAttributes(),
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (13)
86this.SecurityVerifiedMessage.SetDecryptedBody(bodyXml.GetDecryptedBuffer()); 197MessageHeaders headers = this.SecurityVerifiedMessage.Headers; 198XmlDictionaryReader reader = this.SecurityVerifiedMessage.GetReaderAtFirstHeader(); 246this.SecurityVerifiedMessage.OnUnencryptedPart(info.Name, info.Namespace); 282this.SecurityVerifiedMessage.OnUnsignedPart(info.Name, info.Namespace); 315this.SecurityVerifiedMessage.SetBodyPrefixAndAttributes(reader); 332XmlDictionaryReader bodyReader = bodySigned ? this.SecurityVerifiedMessage.CreateFullBodyReader() : reader; 347bodyReader = this.SecurityVerifiedMessage.CreateFullBodyReader(); 374this.SecurityVerifiedMessage.OnUnsignedPart(XD.MessageDictionary.Body.Value, this.Version.Envelope.Namespace); 379this.SecurityVerifiedMessage.OnUnencryptedPart(XD.MessageDictionary.Body.Value, this.Version.Envelope.Namespace); 382this.SecurityVerifiedMessage.OnMessageProtectionPassComplete(atLeastOneHeaderOrBodyEncrypted); 746XD.MessageDictionary.MustUnderstand, currentVersion.DictionaryNamespace)), this.SecurityVerifiedMessage); 757currentVersion.DictionaryActor, currentVersion.DictionaryNamespace)), this.SecurityVerifiedMessage);