2 references to GetCertificateSecurityToken
System.ServiceModel (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
322
clientCertificateToken = httpsChannelFactory.
GetCertificateSecurityToken
(certificateProvider, this.RemoteAddress, this.Via, channelParameterCollection, ref helper);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
368
SecurityTokenContainer clientCertificateToken = Factory.
GetCertificateSecurityToken
(this.certificateProvider, to, via, this.ChannelParameters, ref timeoutHelper);