3 references to ContextBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (3)
98
bindingElement = new
ContextBindingElement
(ProtectionLevel.EncryptAndSign);
102
bindingElement = new
ContextBindingElement
(ProtectionLevel.Sign);
106
bindingElement = new
ContextBindingElement
(ProtectionLevel.None);