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]