CryptoSys API Library Manual

Sha256.Hmac Method (String, String)

Computes the keyed hash digest using HMAC algorithm passing data as hex strings

Syntax

[C#]
public static string Hmac(
	string dataHex,
	string keyHex
)
[VB.NET]
Public Shared Function Hmac ( _
	dataHex As String, _
	keyHex As String _
) As String

Parameters

dataHex
Data in hex format
keyHex
Key in hex format

Return Value

Digest in hex format

See Also

VB6/C equivalent: SHA2_HmacHex

[Contents] [Index]

[PREV: Sha256.Hmac Method (Byte, Byte)...]   [Contents]   [Index]   
   [NEXT: Sha256.Init Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.