CryptoSys PKI Pro Manual

Hmac.HexFromHex Method

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

Syntax

[C#]
public static string HexFromHex(
	string messageHex,
	string keyHex,
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function HexFromHex ( _
	messageHex As String, _
	keyHex As String, _
	hashAlg As HashAlgorithm _
) As String

Parameters

messageHex
Message to be signed in hex-encoded format
keyHex
Key in hex-encoded format
hashAlg
Type: HashAlgorithm
Hash algorithm to be used

Return Value

HMAC in hex-encoded format

See Also

VB6/C equivalent: HMAC_HexFromHex

[Contents] [Index]

[PREV: Hmac.HexFromBytes Method...]   [Contents]   [Index]   
   [NEXT: Hpke.DerivePrivateKey Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-01T11:51:59Z.