This topic has not yet been rated - Rate this topic

CAPICOM_CERTIFICATE_SAVE_AS_TYPE enumeration

The CAPICOM_CERTIFICATE_SAVE_AS_TYPE enumeration type defines the format of a file containing certificate information. This enumeration type was introduced by CAPICOM 2.0.

Members

MemberDescriptionValue
CAPICOM_CERTIFICATE_SAVE_AS_PFX

The output file will be formatted as a PFX (PKCS 12) file and any associated private keys which are exportable will also be saved.

0
CAPICOM_CERTIFICATE_SAVE_AS_CER

The output file will be formatted as a CER file with no private keys saved.

1

Remarks

The CAPICOM_CERTIFICATE_SAVE_AS_TYPE 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.