2 references to GetCertificateSecurityToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
86
var clientCertificateToken = httpsChannelFactory.
GetCertificateSecurityToken
(certificateProvider, RemoteAddress, Via, channelParameterCollection, ref helper);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
318
SecurityTokenContainer clientCertificateToken = Factory.
GetCertificateSecurityToken
(_certificateProvider, to, via, this.ChannelParameters, ref timeoutHelper);