1 write to clientCertificates
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
995
this.
clientCertificates
= new X509CertificateCollection();
2 references to clientCertificates
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
996
this.
clientCertificates
.Add(initiator.clientToken.Certificate);
1008
return this.sslStream.BeginAuthenticateAsClient(string.Empty, this.
clientCertificates
,