IX509SCEPEnrollment::get_SignerCertificate method (certenroll.h)

Gets or sets the signer certificate for the request.

This property is read/write.

Syntax

HRESULT get_SignerCertificate(
  ISignerCertificate **ppValue
);

Parameters

ppValue

Return value

None

Remarks

To create a renewal request, you must set this property prior to calling the CreateRequestMessage method. Otherwise, the CreateRequestMessage method will create a new request and generate a self-signed certificate using the same private key as the inner PKCSV10 reqeust.

Requirements

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

See also

IX509SCEPEnrollment