Digital Signing in Vista Platform

N

nor izyani daud

I'm develop a smart card programming. I want to do digital signing.. The
problem is.. My program get stuck when it want to do the signing..

My program supposely to read the data from the smart card.. Then it will put
it in the Vista registry.. The problem is.. My program cannot put the data
from the smart card into teh registry.. So, when the program to do the
signing, cannot read the certificate, it will show an error.

My question is..

Is there any setting need to be done in order for me to the data in the
registry. Actually, I can straightly do the setting in registry via the
Install Shield program. But, for the certificate information, we cannot do
that because the certificate information is by card.
 
M

Mark

If your digitally signed product is for a single computer, or within a set
of known computers:
Vista is very particular about signatures.
If this is a self-signed certificate, then the certificate must be
pre-loaded into the trusted Personal Certificates area. It will not work on
other computers without first answering the prompts that the certificate was
intended to bypass.

Smart Card information:
http://www.microsoft.com/technet/se...edential-roaming/terminology-assumptions.mspx
(See end of pg 2 and pg 5.)

If your digitally signed product is for commercial use:
http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/kmsigning.doc
 
N

nor izyani daud

Hi,
The certificate is installed inside the smart card. We use our program, C++
codes to load the information to the registry in HKEY_LOCAL_MACHINE(dll). The
program will supposedly to read the data and load it in the registry. During
the signing process, the program will use the iSign.ocx program to read the
certificate information.
Is Visual C++ programming language compatible with Vista platform?
Or is there any security issue if we want to load in information to the
Vista registry?
 

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