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 FromName(
	string xName
)
Visual Basic
Public Shared Function FromName ( _
	xName As String _
) As SupportedHashAlgo
Visual C++
public:
static SupportedHashAlgo^ FromName(
	String^ xName
)

Parameters

xName
Type: System..::..String
The name of the hash algorithm

Return Value

The SupportedHashAlgo with the given name

See Also