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)
ParameterTypeDescription
valueSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>The value that must be set.

See Also