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

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

Validate if the plain-text is valid for the hashing method

Namespace:  System
Assembly:  Walter (in Walter.dll)

Syntax


public static bool IsValidShaHashFor(
	string base64String,
	IEnumerable<string> textArray,
	HashMethod hashing
)

Parameters

base64String
Type: String
The Base 64 string
textArray
Type: IEnumerable<(Of <(<'String>)>)>
The text array to compare
hashing
Type: System..::..HashMethod
the hashing method that was used to hash the string

Return Value

True if the hash is valid