We have a application server that needs to invoke certain cert-related
operations (eg; verify, publish or revoke a cert) on a remote Microsoft CA.
Currently, our only solution is for the application to make a "command line"
call to "certutil.exe".
Does anyone know if there's a programmatic API that offers equivalent
features as "certutil.exe"?
Thanks!
C M
> Does anyone know if there's a programmatic API that offers equivalent
> features as "certutil.exe"?
>
Search MSDN for CryptoAPI.
--
Paul Adare - MVP Virtual Machines
Waiting for a bus is about as thrilling as fishing,
with the similar tantalisation that something,
sometime, somehow, will turn up. George Courtauld
Have a look at the ICertAdmin, ICertConfig, etc DCOM interfaces at
http://msdn2.microsoft.com/en-us/library/aa380253.aspx
There is also sample code at http://msdn2.microsoft.com/en-us/library/
aa387417.aspx
On Jan 31, 4:34 am, Paul Adare <pad...@newsguy.com> wrote:
> In article <eG9ZswPRHHA.4...@TK2MSFTNGP06.phx.gbl>, in the
> microsoft.public.security.crypto news group, C Low
> <cmlowsg-t...@yahoo.com> says...
Andy Kendall
"Andrew Tucker [MSFT]" <Andrew...@gmail.com> wrote in message
news:1170390652.2...@v33g2000cwv.googlegroups.com...
CM
<Andy Kendall> wrote in message
news:O0Lb41qR...@TK2MSFTNGP06.phx.gbl...