Click or drag to resize

HmacHexFromBytes Method

Create a keyed-hash HMAC in hex-encoded format from byte input.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string HexFromBytes(
	byte[] message,
	byte[] key,
	HashAlgorithm hashAlg
)

Parameters

message  Byte
Message to be signed in byte format
key  Byte
Key in byte format
hashAlg  HashAlgorithm
Hash algorithm to be used

Return Value

String
HMAC in hex-encoded format
See Also