4 references to CreateSspiNegotiationOverTransportBindingElement
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1616
return
CreateSspiNegotiationOverTransportBindingElement
(true);
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
353
result = SecurityBindingElement.
CreateSspiNegotiationOverTransportBindingElement
(this.RequireSecurityContextCancellation);
System\ServiceModel\MessageSecurityOverHttp.cs (1)
99
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationOverTransportBindingElement
(true);
System\ServiceModel\MessageSecurityOverTcp.cs (1)
79
oneShotSecurity = SecurityBindingElement.
CreateSspiNegotiationOverTransportBindingElement
(true);