WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringExtensions..::..AsShaHash Method (IEnumerable<(Of <(<'String>)>)>, HashMethod)

Generate hash of a given string using SHA methods

Namespace:  System
Assembly:  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

Return Value

Hash value of a given string