Any ideas why MD5CryptoServiceProvider is not throwing a FIPS compliance error. I am using Win7 and 3.5. The MS documentation says that it does not comply with FIPS, but I am not getting an exception, as I was with some other algorithms.
- Update--
I get a FIPS exception from the console application, but not the ASP.Net application
source
share