Re: CPSignHash error 80090008

From: iandoll (iandoll_at_yahoo.com)
Date: 12/23/04


Date: 23 Dec 2004 06:35:47 -0800

Hi,

first to thank you both, after yours suggestions now MyCSP working
fine.
The problem was in function which setup cert to use MyCSP, this
function
overwrites ContainerName with NULL, instead of just setting
ProviderName and leave
ContainerName as it was.

Following functions are called:
- CPAcquireContext
- CPCreateHash
- CPSetHashParam
- CPSignHash (get size)
- CPSignHash
- CPDestroyHash

After that I can see content on Https page, but no other functions were
called.
I thought that beside these functions above, IE will call
Encrypt/Decrypt functions from
MyCSP. But obviously this isn't case.

Is this normal behavior, or I didn't setup my cert/csp correctly?
Thanks a lot,
Ian