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