Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IX509SCEPEnrollment::CreateRequestMessage method (certenroll.h)

Create a PKCS10 request message with a challenge password. The request message is in an enveloped PKCS7 encrypted with the SCEP server encryption certificate and signed by the server signing certificate.

Syntax

HRESULT CreateRequestMessage(
 [in] EncodingType Encoding,
 [out, retval] BSTR *pValue
);

Parameters

[in] Encoding

[out, retval] pValue

Return value

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

Remarks

You must call the Initialize method before calling this method.

Requirements

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

See also

IX509SCEPEnrollment


Feedback

Was this page helpful?

Additional resources