IX509SCEPEnrollment::get_Request method (certenroll.h)

Gets the inner PKCS10 request.

This property is read-only.

Syntax

HRESULT get_Request(
  IX509CertificateRequestPkcs10 **ppValue
);

Parameters

ppValue

Return value

None

Remarks

You can use the inner PKCS10 request instance to set the subject, extensions, private key properties, encryption algorithm and strength, and the hash algorithm before you call the CreateRequestMessage method.

Requirements

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

See also

IX509SCEPEnrollment