Computes the keyed hash digest of binary data using HMAC algorithm
public static string Hmac( byte[] data, byte[] key )
Public Shared Function Hmac ( _ data As Byte(), _ key As Byte() _ ) As String
VB6/C equivalent: SHA1_Hmac
SHA1_Hmac
[Contents] [Index]