नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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 |
|