3 references to CreateSspiNegotiationOverTransportBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1198
return
CreateSspiNegotiationOverTransportBindingElement
(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
100
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationOverTransportBindingElement
(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
83
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationOverTransportBindingElement
(true);