Click or drag to resize

HashHexFromHex Method

Computes hash value in hex format of hex-encoded input

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

Parameters

messageHex  String
Message data in hex-encoded format
hashAlg  HashAlgorithm
Hash algorithm to be used

Return Value

String
Message digest in hex-encoded format
See Also