Click or drag to resize

HashHexFromFile Method

Create hash digest in hex format of a binary file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.2.0.37107 (23.2.0.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

Return Value

String
Message digest in hex-encoded format
See Also