1 write to MustUnderstand
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
61
encryptedHeaderXml.
MustUnderstand
= this.MustUnderstand;
3 references to MustUnderstand
System.ServiceModel (3)
System\ServiceModel\Security\EncryptedHeader.cs (1)
63
return this.headerXml.
MustUnderstand
;
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (2)
34
if (headerXml.
MustUnderstand
!= this.MustUnderstand)
35
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.EncryptedHeaderAttributeMismatch, XD.MessageDictionary.MustUnderstand.Value, headerXml.
MustUnderstand
, this.MustUnderstand)));