Re: COM Calls to MS CA to Accept and Issue Certificates?
From: Shawn Corey [MSFT] (shawncor_at_online.microsoft.com)
Date: 01/28/04
- Next message: Shawn Corey [MSFT]: "Re: Certificate Services Development on WinXP?"
- Previous message: Ramesh Addanki: "Signature verification with capicom"
- In reply to: localhost: "COM Calls to MS CA to Accept and Issue Certificates?"
- Next in thread: localhost: "Re: COM Calls to MS CA to Accept and Issue Certificates?"
- Reply: localhost: "Re: COM Calls to MS CA to Accept and Issue Certificates?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Jan 2004 10:34:58 -0800
Here are the pointers to the APIs supported in win2K, most of these have
sample code in the MSDN for both C and VB.
For sending the request look at ICertRequest:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/icertrequest.asp
For enumerating and retrieving the certs in the CA database look at
ICertView:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/icertview.asp
For approving the request look at ICertAdmin:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/icertadmin.asp
-- 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 "localhost" <primpilus@cohort.ces> wrote in message news:94sf109chjnerftj870afafb8d4hq186f8@4ax.com... > > I have a Win2K stand-alone CA. I want to use COM calls to the > Certificate Service to pass it a certificate request. Then I want to > use COM calls to enumerate the certificates and then approve/extract > them. > > The Platform SDK doesn't seem to have this stuff anywhere. Can anyone > recommend pointers or reply with some sample code to make this happen? > > Thanks.
- Next message: Shawn Corey [MSFT]: "Re: Certificate Services Development on WinXP?"
- Previous message: Ramesh Addanki: "Signature verification with capicom"
- In reply to: localhost: "COM Calls to MS CA to Accept and Issue Certificates?"
- Next in thread: localhost: "Re: COM Calls to MS CA to Accept and Issue Certificates?"
- Reply: localhost: "Re: COM Calls to MS CA to Accept and Issue Certificates?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|