Hello,
I'm trying to call a webservice with WSE 2.0 (sp3) in a code implemented in a NT service (developed in .net). To do this, I'm adding a certificate token and creating a sign element, but when I send the message the framework rises the following error:
Cryptography_CSP_NoPrivateKey
This error doesn't happen if I call the same code (exactly) from a windows application...
Does anyone know what could be generating this behaviour???
Is this something related with permissions on my user account and the localsystem account who runs the service???
Regards,
Markus