HttpWebRequest.ClientCertificates Property
.NET Framework 1.1
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