Creates hash digest of a binary file
public static byte[] BytesFromFile( string fileName, HashAlgorithm hashAlg )
Public Shared Function BytesFromFile ( _ fileName As String, _ hashAlg As HashAlgorithm _ ) As Byte()
Message digest in byte format
See Example1
VB6/C equivalent: HASH_File