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