Re: Creating certificate PFX files

From: Michel Gallant (neutron_at_NOSPAMistar.ca)
Date: 12/02/03


Date: Tue, 2 Dec 2003 16:16:03 -0500

PFX is really a subset of PKCS #12 format:
  http://www.rsasecurity.com/rsalabs/pkcs/pkcs-12/

CryptoAPI supports exporting certs from a store to such a protected
file format via:
  PFXExportCertStore() (and related functions)

Not currently supported in .NET (except by P/Invoke)
but there might be some support in Whidbey.

There is a forthcoming article (~ Jan 2004) via MSDN Security site:
  "PKCS #12: Portable Protected Keys in .NET"

Cheers,
 - Mitch Gallant
    MVP Security
    http://pages.istar.ca/~neutron

"VINNIE" <anonymous@discussions.microsoft.com> wrote in message
news:03ec01c3b910$2bbb0d00$a101280a@phx.gbl...
> Hi,
>
> I would like to create certificate PFX file format. Does
> anyone know how to do this? Thanks.
>
> Vinnie
>
>


Loading