3 references to CreateSspiNegotiationBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
804
return
CreateSspiNegotiationBindingElement
(SspiSecurityTokenParameters.defaultRequireCancellation);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
135
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationBindingElement
(true);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
110
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationBindingElement
(true);