Click or drag to resize

HashHexFromHex Method

Create hash digest in hex format of hex-encoded input.

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