System::Net::HttpWebRequest::set_ClientCertificates method
HttpWebRequest::set_ClientCertificates method
Sets the collection of the certificates that are associated with the current request.
virtual void System::Net::HttpWebRequest::set_ClientCertificates(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> value)
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> | The value that must be set. |
See Also
- Typedef SharedPtr
- Class X509CertificateCollection
- Class HttpWebRequest
- Namespace System::Net
- Library Aspose.PUB for C++