Hi,
I get the following error when I turn on FIPS mode and try to send email. I want to send email whether or not FIPS mode is turned on.
useful Information for you : MD5CryptoServiceProvider is not FIPS Compliant.
Stack Trace:
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor() at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Security.Cryptography.CryptoConfig.CreateFromName(String name, Object[] args)
at System.Security.Cryptography.MD5.Create()
at Rebex.Security.Cryptography.CryptMD5Cram.ComputeHash(Byte[] data)
at Rebex.Net.Smtp.LoginInternal(String userName, String password, SmtpAuthentication method)
at Rebex.Net.Smtp.Login(String userName, String password, SmtpAuthentication method)
Please recommend me a solution if there is a solution to get this working if FIPS mode is turned on.
Thank you,
Isaac