4 references to AreBindingsMatching
System.ServiceModel (4)
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
416
if (!
AreBindingsMatching
(sc1.BootstrapSecurityBindingElement, sc2.BootstrapSecurityBindingElement, exactMessageSecurityVersion))
442
return
AreBindingsMatching
(b1, b2, true);
System\ServiceModel\NetMsmqSecurity.cs (1)
113
return sbe == null || Config.SecurityElement.
AreBindingsMatching
(security.CreateMessageSecurity(), sbe, false);
System\ServiceModel\NetTcpSecurity.cs (1)
132
return SecurityElement.
AreBindingsMatching
(security.CreateMessageSecurity(isReliableSessionEnabled), wsSecurity, false);