Windows service and Certificate

L

Laurent

Kikoo,
Je cherche un exemple de code de service windows qui utilise un
Certificat X509, sans avoir besoin de se logger dans windows.
Je me galère avec l'API Crypt32.

Merci.




Hello,
I'm looking for a code sample in for a windows service which use a X509
Certificate without login on Windows. I tried to use Crypt32 API and but
It's difficult for me.

Thanks.
 
M

Mark Yudkin

CryptoAPI is difficult for everybody in VB6, not just you. Try using
CAPICOM.

Coding and debugging full-function windows services is also tough in VB6.
Try writing your functionality as a COM+ DLL that you host in a service.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top