IXMLHTTPRequest3Callback::OnClientCertificateRequested method

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, size_is(cIssuerList), unique] const WCHAR            **rgpwszIssuerList
);

Parameters

pXHR [in]

The initial HTTP request.

cIssuerList [in]

The number of strings in the rgpwszIssuerList parameter.

rgpwszIssuerList [in]

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

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

IDL

Msxml6.idl

See also

IXMLHTTPRequest3
IXMLHTTPRequest3Callback
SetProperty

 

 

Community Additions

ADD
Show: