IX509SCEPEnrollment::put_OldCertificate method (certenroll.h)

Gets or sets an old certificate that a request is intended to replace.

This property is read/write.

Syntax

HRESULT put_OldCertificate(
  ISignerCertificate *pValue
);

Parameters

pValue

Return value

None

Remarks

You must set this property before you call the CreateRequestMessage method.

Requirements

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

See also

IX509SCEPEnrollment