StringExtensions..::..AsShaHash Method (IEnumerable<(Of <(<'String>)>)>, HashMethod)
Generate hash of a given string using SHA methods
Namespace:
SystemAssembly: Walter (in Walter.dll)
Syntax
public static string AsShaHash( IEnumerable<string> textArray, HashMethod hashing )
Parameters
- textArray
- Type: IEnumerable<(Of <(<'String>)>)>
The text array to compute the hash for
- hashing
- Type: System..::..HashMethod
the hashing method to use

