IX509SCEPEnrollment::put_SignerCertificate method (certenroll.h)

Gets or sets the signer certificate for the request.

This property is read/write.

Syntax

HRESULT put_SignerCertificate(
  ISignerCertificate *pValue
);

Parameters

pValue

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