WebRequestHandler::ClientCertificates Property
.NET Framework (current version)
Gets or sets the collection of security certificates that are associated with this request.
Assembly: System.Net.Http.WebRequest (in System.Net.Http.WebRequest.dll)
public: property X509CertificateCollection^ ClientCertificates { X509CertificateCollection^ get(); }
Property Value
Type: System.Security.Cryptography.X509Certificates::X509CertificateCollection^Returns X509CertificateCollection.
The collection of security certificates associated with this request.
.NET Framework
Available since 4.5
Available since 4.5
Show: