Compute hash function of a file

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
string ComputeHashFile(
	string filePath
)
Visual Basic
Function ComputeHashFile ( _
	filePath As String _
) As String
Visual C++
String^ ComputeHashFile(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
File to get the hash for

Return Value

Hash as a sequence of hexadecimale characters

See Also