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
Member | Description | Value |
---|---|---|
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
Requirement | Value |
---|---|
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
Header |
|