4 references to IsChannelBindingDisabled
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
392
if ((SecurityUtils.
IsChannelBindingDisabled
) || (!SecurityUtils.IsSecurityBindingSuitableForChannelBinding(this.SecurityProtocolFactory.SecurityBindingElement as TransportSecurityBindingElement)))
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
384
if (SecurityUtils.
IsChannelBindingDisabled
|| !this.extendedProtectionPolicyHasSupport || (cbp == null && extendedProtectionPolicy.ProtectionScenario != ProtectionScenario.TrustedProxy))
391
if ((SecurityUtils.
IsChannelBindingDisabled
) || (!this.extendedProtectionPolicyHasSupport))
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
203
if (!SecurityUtils.
IsChannelBindingDisabled
&& (this.securityBindingElement is TransportSecurityBindingElement))