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