List of all available hash algorithm, plus "None" for no algorithm
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string[] GetHashAlgorithmsWithNone() |
Visual Basic |
---|
Public Shared Function GetHashAlgorithmsWithNone As String() |
Visual C++ |
---|
public:
static array<String^>^ GetHashAlgorithmsWithNone() |
Return Value
An array of strings containing all the names of the supported hash algorithms, plus a "None" string to indicate that no algorithm is wanted.
See Also