CAPICOM_HASH_ALGORITHM enumeration
The CAPICOM_HASH_ALGORITHM enumeration defines a hash algorithm.
Members
| Member | Description | Value |
|---|---|---|
| CAPICOM_HASH_ALGORITHM_SHA1 |
Secure Hash Algorithm (SHA) that generates a 160-bit message digest. | 0 |
| CAPICOM_HASH_ALGORITHM_MD2 |
MD2 hashing algorithm. | 1 |
| CAPICOM_HASH_ALGORITHM_MD4 |
MD4 hashing algorithm. | 2 |
| CAPICOM_HASH_ALGORITHM_MD5 |
MD5 hashing algorithm. | 3 |
| CAPICOM_HASH_ALGORITHM_SHA_256 |
SHA-256 hash algorithm.
| 4 |
| CAPICOM_HASH_ALGORITHM_SHA_384 |
SHA-384 hash algorithm.
| 5 |
| CAPICOM_HASH_ALGORITHM_SHA_512 |
SHA-512 hash algorithm.
| 6 |
Remarks
The CAPICOM_HASH_ALGORITHM enumeration is used by the HashedData.Algorithm property.
Requirements
|
Redistributable | CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
|---|---|
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012