2 references to IsHeaderIncluded
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
628
bool sign = this.signedInfo != null && this.effectiveSignatureParts.
IsHeaderIncluded
(header);
629
bool encrypt = this.referenceList != null && this.EncryptionParts.
IsHeaderIncluded
(header);