Click or drag to resize

HashHexFromFile Method

Computes hash value in hex format of a binary file

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string HexFromFile(
	string fileName,
	HashAlgorithm hashAlg
)

Parameters

fileName  String
Name of file containing message data
hashAlg  HashAlgorithm
Hash algorithm to be used (ASCON-HASH not supported in file mode)

Return Value

String
Message digest in hex-encoded format
See Also