IEnroll::put_RenewalCertificate method (xenroll.h)

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The RenewalCertificate property specifies the certificate context for the renewal certificate.

This property is read/write.

Syntax

HRESULT put_RenewalCertificate(
  PCCERT_CONTEXT pCertContext
);

Parameters

pCertContext

Return value

None

Remarks

For more information about how to create a certificate renewal request, see Creating a Renewal Request in Creating Certificate Requests Using the Certificate Enrollment Control and CryptoAPI.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

IEnroll