1 write to clientCertificate
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
659
this.
clientCertificate
= certificate2;
2 references to clientCertificate
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
683
if (this.
clientCertificate
!= null)
685
SecurityToken token = new X509SecurityToken(this.
clientCertificate
);