TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
archlee
NA
8
0
Security.Cryptography.RSACryptoServiceProvider.Decrypt - cannot access a disposed object
Jan 24 2005 4:25 PM
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
Reply
Answers (
7
)
A Simple Class in VB.Net
Programatically download a file...