This topic has not yet been rated - Rate this topic

ICertPropertyArchived interface

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.

Members

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

Methods

The ICertPropertyArchived interface has these methods.

MethodDescription
Initialize

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

 

Properties

The ICertPropertyArchived interface has these properties.

PropertyDescription

Archived

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

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

CertEnroll.h

DLL

CertEnroll.dll

See also

CertEnroll Interfaces
ICertProperty

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.