Specifies an hashing algorithm.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public enum HashAlgorithm
Public Enumeration HashAlgorithm
public enum class HashAlgorithm
Members
| Member | Value | Description | 
|---|---|---|
| iehaMD2 | 32769 | 
            MD2 hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.
              | 
| iehaMD4 | 32770 | 
            MD4 hashing algorithm.
              | 
| iehaMD5 | 32771 | 
            MD5 hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.
              | 
| iehaSHA | 32772 | 
            SHA hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.
              |