IX509AttributeRenewalCertificate interface (certenroll.h)

The IX509AttributeRenewalCertificate interface represents an attribute that contains the certificate being renewed. This attribute is automatically placed in the PKCS #10 attribute collection when you call the Encode method.

Inheritance

The IX509AttributeRenewalCertificate interface inherits from IX509Attribute. IX509AttributeRenewalCertificate also has these types of members:

Methods

The IX509AttributeRenewalCertificate interface has these methods.

 
IX509AttributeRenewalCertificate::get_RenewalCertificate

Retrieves the certificate to be renewed.
IX509AttributeRenewalCertificate::InitializeDecode

Initializes the object from a Distinguished Encoding Rules (DER) encoded byte array that contains the certificate to be renewed.
IX509AttributeRenewalCertificate::InitializeEncode

Initializes the attribute by using the certificate to be renewed.

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

See also

CertEnroll Interfaces

IX509Attribute

IX509Attributes