StringExtensions..::..AsShaHashBytes Method (String, HashMethod)
Generate hased bytes based on a string
Namespace:
SystemAssembly: Walter (in Walter.dll)
Syntax
public static byte[] AsShaHashBytes( string plainText, HashMethod hashing )
Parameters
- plainText
- Type: String
the string to convert
- hashing
- Type: System..::..HashMethod
the hashing method to use

