Compare the hash of given file with the one in the clipboard. The hash in the clipboard must be in the form: FILEPATH+"::"+HASH

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

Syntax

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

Parameters

filePath
Type: System..::..String
The file to be compared with the hash in the clipboard

Return Value

A detailed feedback of the operation

Implements

IHash..::..CompareHashClipboardEx(String)

See Also