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