This topic has not yet been rated - Rate this topic

CAPICOM_CERTIFICATES_SAVE_AS_TYPE enumeration

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

Members

MemberDescriptionValue
CAPICOM_CERTIFICATES_SAVE_AS_SERIALIZED

The saved certificates are serialized.

0
CAPICOM_CERTIFICATES_SAVE_AS_PKCS7

The certificates are saved as a PKCS #7.

1
CAPICOM_CERTIFICATES_SAVE_AS_PFX

The certificates are saved as a PFX.

2

Remarks

The CAPICOM_CERTIFICATES_SAVE_AS_TYPE enumeration type is used by the Certificates.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.