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

