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