Re: How can I CryptSignMessage() using certificate stored in file?
From: Sergio Dutra [MS] (sergiod_at_online.microsoft.com)
Date: 10/28/03
- Next message: John Duddy: "Re: URGENT: Pipe server security question"
- Previous message: Sergio Dutra [MS]: "Re: CryptoAPI: forcing CRL checking"
- In reply to: Nickolay Sonin: "How can I CryptSignMessage() using certificate stored in file?"
- Next in thread: Michel Gallant: "Re: How can I CryptSignMessage() using certificate stored in file?"
- Reply: Michel Gallant: "Re: How can I CryptSignMessage() using certificate stored in file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 28 Oct 2003 08:49:39 -0800
You can import a SPC and PVK using the pvkimprt.exe tool from
http://www.microsoft.com/downloads/details.aspx?FamilyID=F9992C94-B129-46BC-B240-414BDFF679A7&displaylang=EN.
To convert your .CER file to a .SPC file, use the cert2spc.exe tool from the
platform SDK.
-- This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm "Nickolay Sonin" <soniko@mail.ru> wrote in message news:cfc42b55.0310270756.3372b984@posting.google.com... > I need a way to do CryptSignMessage() without certificate from system > storage but from file. I open it using > CertOpenStore(CERT_STORE_PROV_FILENAME_A) but dont know how to use > proper .PVK file (i have .CER and .PVK files both).
- Next message: John Duddy: "Re: URGENT: Pipe server security question"
- Previous message: Sergio Dutra [MS]: "Re: CryptoAPI: forcing CRL checking"
- In reply to: Nickolay Sonin: "How can I CryptSignMessage() using certificate stored in file?"
- Next in thread: Michel Gallant: "Re: How can I CryptSignMessage() using certificate stored in file?"
- Reply: Michel Gallant: "Re: How can I CryptSignMessage() using certificate stored in file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|