Compute Hash of given file.

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

Syntax

C#
public string ComputeHashFile(
	string filePath
)
Visual Basic
Public Function ComputeHashFile ( _
	filePath As String _
) As String
Visual C++
public:
virtual String^ ComputeHashFile(
	String^ filePath
) sealed

Parameters

filePath
Type: System..::..String
Absolute path to file

Return Value

Hash

Implements

IHash..::..ComputeHashFile(String)

See Also