Compute hash-based message authentication code (HMAC) as a byte array from byte data.
Public Function hmacBytes ( _ lpMessage() As Byte, _ lpKey() As Byte, _ nOptions As Long _ ) As Byte()
PKI_HMAC_SHA1 PKI_HMAC_SHA224 PKI_HMAC_SHA256 PKI_HMAC_SHA384 PKI_HMAC_SHA512 PKI_HMAC_SHA3_224 PKI_HMAC_SHA3_256 PKI_HMAC_SHA3_384 PKI_HMAC_SHA3_512 PKI_HMAC_MD5