1 out of 1 rated this helpful - Rate this topic

CAPICOM_CERTIFICATE_INCLUDE_OPTION enumeration

The CAPICOM_CERTIFICATE_INCLUDE_OPTION enumeration type defines which certificates in a chain are saved. This enumeration type was introduced in CAPICOM 2.0.

Members

MemberDescriptionValue
CAPICOM_CERTIFICATE_INCLUDE_CHAIN_EXCEPT_ROOT

Saves all certificates in the chain with the exception of the root entity.

0
CAPICOM_CERTIFICATE_INCLUDE_WHOLE_CHAIN

Saves the complete certificate chain.

1
CAPICOM_CERTIFICATE_INCLUDE_END_ENTITY_ONLY

Saves only the end entity certificate.

2

Remarks

The CAPICOM_CERTIFICATE_INCLUDE_OPTION enumeration type is used by the Certificate.Save method.

Requirements

Redistributable

CAPICOM 2.0 or later on Windows Server 2003 and Windows XP

Header

Capicom.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.