IX509SCEPEnrollment::ProcessResponseMessage method (certenroll.h)

Process a response message and return the disposition of the message.

Syntax

HRESULT ProcessResponseMessage(
  [in]          BSTR                strResponse,
  [in]          EncodingType        Encoding,
  [out, retval] X509SCEPDisposition *pDisposition
);

Parameters

[in] strResponse

[in] Encoding

[out, retval] pDisposition

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

You must call the Initialize and CreateRequestMessage methods or the InitializeForPending method before calling this method.

Requirements

Requirement Value
Target Platform Windows
Header certenroll.h
DLL Certenroll.dll

See also

IX509SCEPEnrollment