Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. CAPICOM 2.0.0.3 and earlier: This value is not supported. | 4 | 
| CAPICOM_HASH_ALGORITHM_SHA_384 | SHA-384 hash algorithm. CAPICOM 2.0.0.3 and earlier: This value is not supported. | 5 | 
| CAPICOM_HASH_ALGORITHM_SHA_512 | SHA-512 hash algorithm. CAPICOM 2.0.0.3 and earlier: This value is not supported. | 6 | 
Remarks
The CAPICOM_HASH_ALGORITHM enumeration is used by the HashedData.Algorithm property.
Requirements
| Requirement | Value | 
|---|---|
| Redistributable | CAPICOM 2.0 or later on Windows Server 2003 and Windows XP | 
| Header | 
 |