Compute Hash of given file. The given file must be a text file.

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

Syntax

C#
string ComputeHashTextFile(
	string completeFileName,
	Encoding enc
)
Visual Basic
Function ComputeHashTextFile ( _
	completeFileName As String, _
	enc As Encoding _
) As String
Visual C++
String^ ComputeHashTextFile(
	String^ completeFileName, 
	Encoding^ enc
)

Parameters

completeFileName
Type: System..::..String
Absolute path to a file
enc
Type: System.Text..::..Encoding
Text encoding

Return Value

Hash

See Also