3 references to ShouldSignToHeader
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (3)
267if (!this.RequireMessageProtection && this.ShouldSignToHeader) 322if (this.RequireMessageProtection || this.ShouldSignToHeader) 509if ((this.ShouldSignToHeader) && (this.signatureKey is AsymmetricSecurityKey) && (this.Version.Addressing != AddressingVersion.None))