IXMLHTTPRequest3Callback::OnClientCertificateRequested 方法 (msxml6.h)
當用戶端在與伺服器的 SSL 交涉期間收到客戶端憑證的要求時發生。
語法
HRESULT OnClientCertificateRequested(
[in] IXMLHTTPRequest3 *pXHR,
[in] DWORD cIssuerList,
[in] const WCHAR **rgpwszIssuerList
);
參數
[in] pXHR
初始 HTTP 要求。
[in] cIssuerList
rgpwszIssuerList 參數中的字串數目。
[in] rgpwszIssuerList
表示簽發者清單的字串數位。
傳回值
傳回成功時的 S_OK 。
備註
注意 這個回呼方法不得擲回例外狀況。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8.1 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | msxml6.h |