3 references to IsSecurityBindingSuitableForChannelBinding
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
392if ((SecurityUtils.IsChannelBindingDisabled) || (!SecurityUtils.IsSecurityBindingSuitableForChannelBinding(this.SecurityProtocolFactory.SecurityBindingElement as TransportSecurityBindingElement)))
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
37extendedProtectionPolicyHasSupport = SecurityUtils.IsSecurityBindingSuitableForChannelBinding(bindingElement as TransportSecurityBindingElement);
System\ServiceModel\Security\SecurityUtils.cs (1)
1247return IsSecurityBindingSuitableForChannelBinding(scstp.BootstrapSecurityBindingElement as TransportSecurityBindingElement);