4 references to BindingAsserions
System.ServiceModel (4)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
60
if (ContextBindingElementPolicy.TryGetHttpUseCookieAssertion(unrecognized.
BindingAsserions
, out httpUseCookieAssertion))
68
unrecognized.
BindingAsserions
.Remove(httpUseCookieAssertion);
69
if (unrecognized.
BindingAsserions
.Count == 0)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
52
this.bindingAsserions = binding.
BindingAsserions
;