IX509CertificateRequest::get_RenewalCertificate method (certenroll.h)

The RenewalCertificate property specifies or retrieves a byte array that contains the Distinguished Encoding Rules (DER) encoded certificate that is being renewed. The DER-encoded byte array is represented by a Unicode-encoded string.

This property is read/write.

Syntax

HRESULT get_RenewalCertificate(
  EncodingType Encoding,
  BSTR         *pValue
);

Parameters

Encoding

pValue

Return value

None

Remarks

The certificate is encoded by using DER as defined by the Abstract Syntax Notation One (ASN.1) standard. The encoding process creates a byte array. The byte array is returned in a string that is either a pure binary sequence or is Unicode encoded so that it can be displayed as text.

You must initialize the request object before calling this property. You can call this property before calling the Encode method.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

IX509CertificateRequest

IX509CertificateRequestCertificate

IX509CertificateRequestCmc

IX509CertificateRequestPkcs10

IX509CertificateRequestPkcs7

IX509SignatureInformation