12 references to X509CertificateCollection
System (9)
net\System\Net\_SecureChannel.cs (1)
806X509CertificateCollection tempCollection = new X509CertificateCollection();
net\System\Net\FtpWebRequest.cs (1)
1788m_ClientCertificates = new X509CertificateCollection();
net\System\Net\HttpWebRequest.cs (1)
929_ClientCertificates = new X509CertificateCollection();
net\System\Net\mail\SmtpTransport.cs (1)
164clientCertificates = new X509CertificateCollection();
net\System\Net\SecureProtocols\_SslState.cs (1)
169clientCertificates = new X509CertificateCollection();
net\System\Net\SecureProtocols\SslStream.cs (2)
126AuthenticateAsClient(targetHost, new X509CertificateCollection(), ServicePointManager.DefaultSslProtocols, false); 146return BeginAuthenticateAsClient(targetHost, new X509CertificateCollection(), ServicePointManager.DefaultSslProtocols, false,
net\System\Net\UnsafeNativeMethods.cs (1)
1698X509CertificateCollection certificates = new X509CertificateCollection();
net\System\Net\WebSockets\ClientWebSocket.cs (1)
481clientCertificates = new X509CertificateCollection();
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
916clientCertificates = new X509CertificateCollection(); 995this.clientCertificates = new X509CertificateCollection();
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
782clientCertificates = new X509CertificateCollection();