2 overrides of GetNegotiationChannelFactory
System.ServiceModel (2)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
164
protected override IChannelFactory<IRequestChannel>
GetNegotiationChannelFactory
(IChannelFactory<IRequestChannel> transportChannelFactory, ChannelBuilder channelBuilder)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
70
protected override IChannelFactory<IRequestChannel>
GetNegotiationChannelFactory
(IChannelFactory<IRequestChannel> transportChannelFactory, ChannelBuilder channelBuilder)
1 reference to GetNegotiationChannelFactory
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
144
this.rstChannelFactory =
GetNegotiationChannelFactory
(innerChannelFactory, channelBuilder);