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