Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

HttpWebRequest.ClientCertificates Property

Gets the collection of security certificates associated with this request.

[Visual Basic]
Public ReadOnly Property ClientCertificates As _
   X509CertificateCollection
[C#]
public X509CertificateCollection ClientCertificates {get;}
[C++]
public: __property X509CertificateCollection*
   get_ClientCertificates();
[JScript]
public function get ClientCertificates() :
   X509CertificateCollection;

Property Value

The X509CertificateCollection containing the security certificates associated with this request.

Remarks

In order for an application to use a certificate contained in the collection it must have access rights to this certificate. The mere fact that an application adds a certificate to the collection does not assure that it can access it. The application must have the same access rigths of the entity that issued the certificate.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.