Re: About Private key blob struct.

From: Drew Cooper [MSFT] (dcoop_at_online.microsoft.com)
Date: 12/30/03


Date: Mon, 29 Dec 2003 15:04:48 -0800

To work with PKCS12, check out our PFX APIs. In this case,
PFXImportCertStore.

Why not see what the cert says it's good for?
CertGetCertificateContextProperty can tell you whether the key pair is
signing or exchange and lots of other info in addition.

-- 
Drew Cooper [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Zhou Xiang" <zhouxiang@longs.cc> wrote in message
news:012401c3cc5d$46837130$a001280a@phx.gbl...
> When I finishe exported the private key blob from PKCS12
> file, and I want to import the private key blob and
> certificate to the system certificate store, what should I
> do next?
> And Who can tell me about the data struct about private
> key blob, and how can I know about the private key blob
> kind(is it a signature key pair or a exchange key pair)?
>
>
> Thanks a lot.