Click or drag to resize

MacHexFromBytes Method

Computes MAC value in hex-encoded format from byte input

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string HexFromBytes(
	byte[] message,
	byte[] key,
	MacAlgorithm macAlg
)

Parameters

message  Byte
Message to be signed in byte format
key  Byte
Key in byte format
macAlg  MacAlgorithm
MAC algorithm to be used

Return Value

String
MAC in hex-encoded format
See Also