Creates 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()
Message digest in byte format
See Example1
VB6/C equivalent: HASH_Bytes