Click or drag to resize

FileGetHash Method (KernelTransaction, String, HashType)

[AlphaFS] Calculates the hash/checksum for the given fileFullPath.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static string GetHash(
	KernelTransaction transaction,
	string fileFullPath,
	HashType hashType
)

Parameters

transaction
Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction.
fileFullPath
Type: SystemString
The name of the file.
hashType
Type: Alphaleonis.Win32.SecurityHashType
One of the HashType values.

Return Value

Type: String
The hash.
See Also