Set hashing algorithm. It's not a property following COM standards. SupportedHashAlgo

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

Syntax

C#
public void SetAlgorithmAlgo(
	SupportedHashAlgo sha
)
Visual Basic
Public Sub SetAlgorithmAlgo ( _
	sha As SupportedHashAlgo _
)
Visual C++
public:
virtual void SetAlgorithmAlgo(
	SupportedHashAlgo^ sha
) sealed

Parameters

sha
Type: LLCryptoLib.Hash..::..SupportedHashAlgo
Supported Hash Algorithm object

Implements

IHash..::..SetAlgorithmAlgo(SupportedHashAlgo)

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also