ICertPropertyArchived interface (certenroll.h)

The ICertPropertyArchived interface represents a certificate property that identifies whether a certificate has been archived. Typically, a certificate is archived after being renewed, and this property is set so that archived certificates can be identified and skipped during enumeration.

This property is initialized by the enrollment process after the client requests that a certificate be renewed. If a new certificate is issued, the property is associated with the old certificate in the personal store.

Note  The CERTENROLL_PROPERTYID value is XCN_CERT_ARCHIVED_PROP_ID.

 

Inheritance

The ICertPropertyArchived interface inherits from ICertProperty. ICertPropertyArchived also has these types of members:

Methods

The ICertPropertyArchived interface has these methods.

 
ICertPropertyArchived::get_Archived

Retrieves a Boolean value that specifies whether the certificate has been archived.
ICertPropertyArchived::Initialize

Initializes the object from a Boolean value that specifies whether the certificate has been archived.

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

ICertProperty