1 write to extendedProtectionPolicyHasSupport
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
37extendedProtectionPolicyHasSupport = SecurityUtils.IsSecurityBindingSuitableForChannelBinding(bindingElement as TransportSecurityBindingElement);
2 references to extendedProtectionPolicyHasSupport
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
384if (SecurityUtils.IsChannelBindingDisabled || !this.extendedProtectionPolicyHasSupport || (cbp == null && extendedProtectionPolicy.ProtectionScenario != ProtectionScenario.TrustedProxy)) 391if ((SecurityUtils.IsChannelBindingDisabled) || (!this.extendedProtectionPolicyHasSupport))