1 write to MustUnderstand
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
750this.MustUnderstand = dictionary.CreateString(ServiceModelStringsVersion1.String0, 0);
10 references to MustUnderstand
System.ServiceModel (10)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1360builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1377builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1394builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1');
System\ServiceModel\Channels\MessageHeader.cs (2)
139writer.WriteAttributeString(XD.MessageDictionary.MustUnderstand, messageVersion.Envelope.DictionaryNamespace, "1"); 201string mustUnderstandString = reader.GetAttribute(XD.MessageDictionary.MustUnderstand, version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (1)
35throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.EncryptedHeaderAttributeMismatch, XD.MessageDictionary.MustUnderstand.Value, headerXml.MustUnderstand, this.MustUnderstand)));
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (4)
738presentInCurrentVersion = null != reader.GetAttribute(XD.MessageDictionary.MustUnderstand, currentVersion.DictionaryNamespace); 739presentInOtherVersion = null != reader.GetAttribute(XD.MessageDictionary.MustUnderstand, otherVersion.DictionaryNamespace); 745XD.MessageDictionary.MustUnderstand, otherVersion.DictionaryNamespace, 746XD.MessageDictionary.MustUnderstand, currentVersion.DictionaryNamespace)), this.SecurityVerifiedMessage);