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