RSACryptoServiceProvider Error
From: Eric Workman (ericbworkman@yahoo.com)
Date: 08/14/02
- Next message: Kevin T. Price: "Re: Forms Authentication problem"
- Previous message: Shane: "Accessing a web service through a firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: ericbworkman@yahoo.com (Eric Workman) Date: 13 Aug 2002 16:33:13 -0700
Hi-
I am getting the following error when calling an encryption function
from an aspx page:
CryptoAPI cryptographic service provider (CSP) for this implementation
could not be acquired.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Security.Cryptography.CryptographicException:
CryptoAPI cryptographic service provider (CSP) for this implementation
could not be acquired.
Source Error:
Line 13: {
Line 15: RSACryptoServiceProvider RSA = new
RSACryptoServiceProvider();
I don't know why it would throw this...if anyone can help me I'd
appreciate it very much.
Thanks in advance,
Eric
- Next message: Kevin T. Price: "Re: Forms Authentication problem"
- Previous message: Shane: "Accessing a web service through a firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|