2 references to IsSecurityBindingSuitableForChannelBinding
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
303if ((SecurityUtils.IsChannelBindingDisabled) || (!SecurityUtils.IsSecurityBindingSuitableForChannelBinding(SecurityProtocolFactory.SecurityBindingElement as TransportSecurityBindingElement)))
System\ServiceModel\Security\SecurityUtils.cs (1)
497return IsSecurityBindingSuitableForChannelBinding(scstp.BootstrapSecurityBindingElement as TransportSecurityBindingElement);