Re: how do I export a certificate to x.509?
From: Vishal Agarwal[MSFT] (vishala_at_online.microsoft.com)
Date: 01/30/04
- Next message: Keith W. McCammon: "Re: Effective Rights"
- Previous message: Scott Harding - MS MVP: "Re: SUS Server"
- In reply to: Anyone: "how do I export a certificate to x.509?"
- Next in thread: Anyone: "Re: how do I export a certificate to x.509?"
- Reply: Anyone: "Re: how do I export a certificate to x.509?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 Jan 2004 11:09:48 -0800
I'm clear about your question. Do you already have a certifiate? Or do you
want to export a certificate from an existing store on Windows machine?
If you want to export a certificate from an existing store, you need to open
the store (use CertOpenStore API) and then find the certificate you want to
export (CertFindCerticateInStore API) and then you can just store the
pbCertEncoded field on CERT_CONTEXT structure in a file.
Thanks,
Vishal [MSFT]
-- This posting is provided "AS IS" with no warranties, and confers no rights "Anyone" <rick@server.net> wrote in message news:bv9fem$m4o@library2.airnews.net... > From Visual C++ how can I export a certificate to x.509? I need to pass > this to a third party crypt library we're migrating away from. There are > many Cert?????? functions but no CertExport(). > > > Thanks in advance > > >
- Next message: Keith W. McCammon: "Re: Effective Rights"
- Previous message: Scott Harding - MS MVP: "Re: SUS Server"
- In reply to: Anyone: "how do I export a certificate to x.509?"
- Next in thread: Anyone: "Re: how do I export a certificate to x.509?"
- Reply: Anyone: "Re: how do I export a certificate to x.509?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|