CAPICOM_ENCODING_TYPE enumeration

The CAPICOM_ENCODING_TYPE enumeration type indicates the encoding type used.

Members

Member Description Value
CAPICOM_ENCODE_ANY Data is saved as a base64-encoded string or a pure binary sequence. This encoding type is used only for input data that has an unknown encoding type. Introduced in CAPICOM 2.0.
0xffffffff
CAPICOM_ENCODE_BASE64 Data is saved as a base64-encoded string.
0
CAPICOM_ENCODE_BINARY Data is saved as a pure binary sequence.
1

Remarks

This enumeration type is used by the following CAPICOM methods and properties:

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
Header
Capicom.h