Hello,
I have found this on MSDN page.
"
Hash-Based Message Authentication Code
(HMAC) A keyed hashing algorithm implemented by Microsoft cryptographic service providers. It is a more complex algorithm than the simple CBC MAC algorithm because it uses a secret symmetric key to create the hash. It can be used with any iterated cryptographic hash algorithm, such as MD5 or SHA-1. "
My question ist MD5 in C# really equal HMAC-MD5 like in C or other ... ?
HMAC = MD5 ?