Specifies an hashing algorithm.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum HashAlgorithm
Public Enumeration HashAlgorithm
public enum class HashAlgorithm

Members

MemberValueDescription
iehaMD232769
MD2 hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.
iehaMD432770
MD4 hashing algorithm.
iehaMD532771
MD5 hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.
iehaSHA32772
SHA hashing algorithm. This algorithm is supported by the Microsoft Base Cryptographic Provider.

See Also