2 writes to clientCertificates
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
743this.clientCertificates = protocol.clientCertificates; 782clientCertificates = new X509CertificateCollection();
6 references to clientCertificates
System.Web.Services (6)
System\Web\Services\Protocols\ClientProtocol.cs (6)
743this.clientCertificates = protocol.clientCertificates; 781if (clientCertificates == null) { 784return clientCertificates; 851if (clientCertificates != null && clientCertificates.Count > 0) { 852httpRequest.ClientCertificates.AddRange(clientCertificates);