Get SupportedHash Algo from Name

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

Syntax

C#
public static SupportedHashAlgo FromId(
	int algoId
)
Visual Basic
Public Shared Function FromId ( _
	algoId As Integer _
) As SupportedHashAlgo
Visual C++
public:
static SupportedHashAlgo^ FromId(
	int algoId
)

Parameters

algoId
Type: System..::..Int32
The name of the hash algorithm

Return Value

The SupportedHashAlgo with the given ID

See Also