Copy hash of a file to the system clipboard

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

Syntax

C#
void CopyHashFile(
	string filePath
)
Visual Basic
Sub CopyHashFile ( _
	filePath As String _
)
Visual C++
void CopyHashFile(
	String^ filePath
)

Parameters

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

See Also