PC Review


Reply
Thread Tools Rate Thread

Cryptographic service provider error

 
 
kanthawar
Guest
Posts: n/a
 
      18th Jan 2004
I get the following message on my test server...
Cryptographic service provider (CSP) could not be found
for this algorithm.
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:
Cryptographic service provider (CSP) could not be found
for this algorithm.

Source Error:

An unhandled exception was generated during the execution
of the current web request. Information regarding the
origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:


[CryptographicException: Cryptographic service provider
(CSP) could not be found for this algorithm.]

System.Security.Cryptography.DESCryptoServiceProvider..ctor
() +239
System.Web.Security.FormsAuthentication.Initialize()
+242
System.Web.Security.FormsAuthenticationModule.OnEnter
(Object source, EventArgs eventArgs) +146
System.Web.SyncEventExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep
step, Boolean& completedSynchronously) +87


Does anybody has any idea??????????
 
Reply With Quote
 
 
 
 
M. T. Sandford
Guest
Posts: n/a
 
      21st Jan 2004

One argument to the CryptAcquireContext() method is the
CSP algorithm that you are using. For example
PROV_RSA_FULL. These providers are defined variables in
the Crypto API headers. If you specify a CSP that
doesn't exist you will get this error.

Note that no providers are shipped with the French
version of Windows.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error:Cryptographic service provider (CSP) could not be found Gabor Microsoft ASP .NET 0 22nd Dec 2004 08:24 PM
Cryptographic service provider Rosslyn Windows XP General 1 21st Sep 2004 09:22 PM
Cryptographic service provider Rosslyn Windows XP Security 1 21st Sep 2004 09:20 PM
Cryptographic service provider Rosslyn Windows XP Performance 1 21st Sep 2004 09:14 PM
Cryptographic Service Provider Paul Markey Microsoft Windows 2000 Security 0 17th Sep 2003 08:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:34 AM.