StringExtensions..::..IsValidShaHashFor Method (String, IEnumerable<(Of <(<'String>)>)>, HashMethod)
Validate if the plain-text is valid for the hashing method
Namespace:
SystemAssembly: 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

