Best way to create MD5 hashes on Spider or Raptor mainbords

Hello,
I’m just trying to implement an Azure Storage Table Client on the Spider Mainboard using SharedKey Authentication (got SharedKeyLite already working). As far as I understand the authentication procedure it is needed to include (besides other incredients) an MD5 Hash of the Http content into the Authentication header. Does anyone have experiences with creating MD5 Hashes on NETMF Mainboards? Is it advisable to use code of the NETMF System.Security.Cryptography NameSpace? Any Code examples?
Thanks in advance RoSchmi

Thanks andre, from this classes ? NETMF System.Security.Cryptography ?
Do you have a short code example to create an MD5 hash of a Byte Array?

Edit: Thank you, I wrote the reply before you added the example :clap:
I’ll try it later today.

@ andre.m - Works perfect, thank you :slight_smile: