IXMLHTTPRequest3Callback::OnClientCertificateRequested method (msxml6.h)

Occurs when a client receives a request for a client certificate during SSL negotiation with the server.

Syntax

HRESULT OnClientCertificateRequested(
  [in] IXMLHTTPRequest3 *pXHR,
  [in] DWORD            cIssuerList,
  [in] const WCHAR      **rgpwszIssuerList
);

Parameters

[in] pXHR

The initial HTTP request.

[in] cIssuerList

The number of strings in the rgpwszIssuerList parameter.

[in] rgpwszIssuerList

An array of strings that represent the issuer list.

Return value

Returns S_OK on success.

Remarks

Note  This callback method must not throw exceptions.
 

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header msxml6.h

See also

IXMLHTTPRequest3

IXMLHTTPRequest3Callback

SetProperty