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