Installing Certificate *.P7b type.

T

tony

Hi,

I recieved a certificate file with the extention *.p7b.

my device is with win.ce net. 4.2

in the control panel , certificates, i can install only *.cer files.

Is there a way to install this certeficate ? maybe through programming with
net compact c# 2.0 ?

Thanks in advance.
 
P

Paul G. Tobey [eMVP]

No. You may be able to use CertOpenStore with CERT_STORE_PROV_PKCS7 to
accomplish this, but you'd have to P/Invoke it, of course. OpenNETCF's
Smart Device Framework has security classes in it that might help you. I'm
afraid that I don't know enough about what data is actually in a .P7B file
to really be detailed. Presumably you have encrypted contents for which you
know the private key? Most certificate authorities will generate you a .CER
file if you ask them properly and that will, naturally, work a lot better
with Windows CE.

Paul T.
 
T

tony

Hi,

they generate for me .CER file, and it works great.

thanks.

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
 

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