CryptoSys PKI Pro Manual

Hmac.HexFromBytes Method

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

Syntax

[C#]
public static string HexFromBytes(
	byte[] message,
	byte[] key,
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function HexFromBytes ( _
	message As Byte(), _
	key As Byte(), _
	hashAlg As HashAlgorithm _
) As String

Parameters

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

Return Value

HMAC in hex-encoded format

See Also

VB6/C equivalent: HMAC_HexFromBytes

[Contents] [Index]

[PREV: Hmac.BytesFromBytes Method...]   [Contents]   [Index]   
   [NEXT: Hmac.HexFromHex Method...]

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