System::Net::HttpWebRequest::set_ClientCertificates 方法

HttpWebRequest::set_ClientCertificates method

设置与当前请求关联的证书集合。

virtual void System::Net::HttpWebRequest::set_ClientCertificates(System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection> value)
参数类型描述
System::SharedPtr<System::Security::Cryptography::X509Certificates::X509CertificateCollection>必须设置的值。

另见