Set Hashing Function algorithm. It's not a property following COM standards.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
void SetAlgorithmInt(
int algoId
) |
Visual Basic |
---|
Sub SetAlgorithmInt ( _
algoId As Integer _
) |
Visual C++ |
---|
void SetAlgorithmInt(
int algoId
) |
Parameters
- algoId
- Type: System..::..Int32
Algorithm int ID identifier:
FAKE = 0,
ADLER32 = 12,
CRC32 = 6,
FCS16 = 19,
FCS32 = 20,
GOST = 22,
MD2 = 7,
MD4 = 8,
MD5 = 5,
SHA1 = 2,
SHA224 = 21,
SHA256 = 3,
SHA384 = 1,
SHA512 = 4,
TIGER = 10,
RIPEMD160 = 9,
HAVAL128 = 13,
HAVAL160 = 14,
HAVAL192 = 15,
HAVAL224 = 16,
HAVAL256 = 17,
HMACSHA1 = 11,
WHIRLPOOL = 18
See Also