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