Security.Cryptography.RSACryptoServiceProvider.Decrypt - cannot access a disposed object
Our company has a web program to decrypt an encrypted string. The program works fine if not many requests calling it. If not (say over 150 requests at the same time), it runs into one of the following situations:
1) System.Security.Cryptography.RSACryptoServiceProvider.ImportParameters(RSAParameters parameters) at System.Security.Cryptography.RSA.FromXmlString(String xmlString) at ....... Cannot access a disposed object
or
2) System.Security.Cryptography.RSACryptoServiceProvider.Decrypt(Byte[] rgb,Boolean fOAEP) at ...... Cannot access a disposed object
I appreciate if anyone could point me to the right direction.
Arch
shimtannyPosted Jan 27, 2005, 3:31 AM
archleePosted Jan 26, 2005, 10:48 AM
shimtannyPosted Jan 26, 2005, 3:22 AM
archleePosted Jan 25, 2005, 1:14 PM
shimtannyPosted Jan 25, 2005, 10:34 AM
archleePosted Jan 25, 2005, 10:18 AM
shimtannyPosted Jan 25, 2005, 5:35 AM