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 bool CompareHashClipboard(
	string filePath
)
Visual Basic
Public Function CompareHashClipboard ( _
	filePath As String _
) As Boolean
Visual C++
public:
virtual bool CompareHashClipboard(
	String^ filePath
) sealed

Parameters

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

Return Value

null if comparison can't be made. Else a detailed comparison result string

Implements

IHash..::..CompareHashClipboard(String)

See Also