List of all hash algorithms without Keyed ones

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

Syntax

C#
public static string[] GetNoKeyedHashAlgorithms()
Visual Basic
Public Shared Function GetNoKeyedHashAlgorithms As String()
Visual C++
public:
static array<String^>^ GetNoKeyedHashAlgorithms()

Return Value

All hash algorithms except the ones that needs a key (Keyed)

See Also