Base:
property
MustUnderstand
System.ServiceModel.Channels.MessageHeader.MustUnderstand
3 references to MustUnderstand
System.ServiceModel (3)
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
)));
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
61
encryptedHeaderXml.MustUnderstand = this.
MustUnderstand
;