Create hash digest in hex format of byte input.
public static string HexFromBytes( byte[] message, HashAlgorithm hashAlg )
Public Shared Function HexFromBytes ( _ message As Byte(), _ hashAlg As HashAlgorithm _ ) As String
VB6/C equivalent: HASH_HexFromBytes