CAPICOM_ENCRYPTION_ALGORITHM enumeration

The CAPICOM_ENCRYPTION_ALGORITHM enumeration type defines the algorithms to be used in encryption and decryption.

Members

Member Description Value
CAPICOM_ENCRYPTION_ALGORITHM_RC2 Use RSA RC2 encryption.
0
CAPICOM_ENCRYPTION_ALGORITHM_RC4 Use RSA RC4 encryption.
1
CAPICOM_ENCRYPTION_ALGORITHM_DES Use DES encryption.
2
CAPICOM_ENCRYPTION_ALGORITHM_3DES Use triple DES encryption.
3
CAPICOM_ENCRYPTION_ALGORITHM_AES Use the Advanced Encryption Standard (AES) algorithm. This value is valid for the EncryptedData object only.
4 // v2.0

Remarks

The CAPICOM_ENCRYPTION_ALGORITHM enumeration type is used by the Algorithm.Name property.

Requirements

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