Problem with CryptAcquireContext under Win 2003 Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • schnitzell

    Problem with CryptAcquireContext under Win 2003 Server

    Hi,
    My problem is following:

    I my ActiveX
    I call the Crypt API method CryptAcquireCon text
    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.


  • Mattias Sjögren

    #2
    Re: Problem with CryptAcquireCon text under Win 2003 Server

    >I my ActiveX

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

    [color=blue]
    >I call the Crypt API method CryptAcquireCon text
    >and it is ok under all Windows platforms,
    >but one - Windows 2003.
    >It returns error: Missing crypto deliverer!
    >Why?[/color]

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



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org
    http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
    Please reply only to the newsgroup.

    Comment

    Working...