Set Hashing Function algorithm. It's not a property following COM standards.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
void SetAlgorithmAlgo(
	SupportedHashAlgo sha
)
Visual Basic
Sub SetAlgorithmAlgo ( _
	sha As SupportedHashAlgo _
)
Visual C++
void SetAlgorithmAlgo(
	SupportedHashAlgo^ sha
)

Parameters

sha
Type: LLCryptoLib.Hash..::..SupportedHashAlgo
Selected Hash Algorithm

See Also