3 references to AreBindingsMatching
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
77
if (!
AreBindingsMatching
(sc1.BootstrapSecurityBindingElement, sc2.BootstrapSecurityBindingElement, exactMessageSecurityVersion))
103
return
AreBindingsMatching
(b1, b2, true);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (1)
138
return System.ServiceModel.Configuration.SecurityElement.
AreBindingsMatching
(security.CreateMessageSecurity(isReliableSessionEnabled), wsSecurity, false);