Click or drag to resize

FileInfoGetHash Method

[AlphaFS] Calculates the hash/checksum.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public string GetHash(
	HashType hashType
)

Parameters

hashType
Type: Alphaleonis.Win32.SecurityHashType
One of the HashType values.

Return Value

Type: String
The hash/checksum of the file represented by this FileInfo.
See Also