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