Create 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()
VB6/C equivalent: HASH_File
HASH_File
[Contents] [Index]