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