I’m not seeing the MD5 class in System.Security.Cryptography, although I see SHA256. Clearly I have the namespace available to me. I don’t see any notes on MSDN about it’s removal for this Silverlight-style implementation of .NET. Was it moved?
I’m not seeing the MD5 class in System.Security.Cryptography, although I see SHA256. Clearly I
Share
Agreed – not there, but you might try some of the reimplementations, for example Silverlight MD5 implementation on MSDN Code Gallery.