set_ClientCertificates()

HttpWebRequest::set_ClientCertificates(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>) 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)

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>The value that must be set.

See Also