Home All Groups Group Topic Archive Search About

Create X509 certificate in memory *without* makecert

Author
23 Nov 2006 7:59 AM
e.loman
Hi,

Is it possible to create an X509Certificate in memory without
pre-creating a certificate file using makecert?

The thing is, I want to create a X509 certificate, with a public key
and other data that is submitted by a client user, and sign that
certificate.

Is this possible?

Kind regards,

Erik

Author
5 Feb 2007 10:48 AM
cRCaT
e.lo***@gmail.com wrote:
Show quoteHide quote
> Hi,
>
> Is it possible to create an X509Certificate in memory without
> pre-creating a certificate file using makecert?
>
> The thing is, I want to create a X509 certificate, with a public key
> and other data that is submitted by a client user, and sign that
> certificate.
>
> Is this possible?
>
> Kind regards,
>
> Erik
>
Use the ICEnroll4 COM interface.