HMACStatic: Create |
Returns an HMAC implementation based on the algorithm name provided.
Public Function Create( Optional ByVal AlgName As String = "HMACSHA1" ) As HMAC
Default: "HMACSHA1"
The default implementation is HMACSHA1 based on the SHA1 hash algorithm.
Valid algorithm names are:
HMACSHA1 HMACSHA256 HMACSHA384 HMACSHA512 HMACMD5 HMACRIPEMD160
If a different implementation is desired, then use the standard