Problem with CryptAcquireContext under Win 2003 Server

  • Thread starter Thread starter schnitzell
  • Start date Start date
S

schnitzell

Hi,
My problem is following:

I my ActiveX
I call the Crypt API method CryptAcquireContext
and it is ok under all Windows platforms,
but one - Windows 2003.
It returns error: Missing crypto deliverer!
Why?
Is 2003 uncompatible with rest of Win platforms?

Any ideas?
Thanks alot for any expiriences with this stuff.

Jacek.
 
I my ActiveX

ActiveX huh? So this has nothing to do with C# or .NET, does it?

I call the Crypt API method CryptAcquireContext
and it is ok under all Windows platforms,
but one - Windows 2003.
It returns error: Missing crypto deliverer!
Why?

Do you have some code to show us? Do you specify an explicit CSP or do
you pass null as the third argument?



Mattias
 
Back
Top