Creates a keyed-hash HMAC in byte format from byte input
public static byte[] BytesFromBytes( byte[] message, byte[] key, HashAlgorithm hashAlg )
Public Shared Function BytesFromBytes ( _ message As Byte(), _ key As Byte(), _ hashAlg As HashAlgorithm _ ) As Byte()
See Example1
VB6/C equivalent: HMAC_Bytes