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