Re: Delete digital certificates from the 'ROOT' store, how?

From: Andreas Gammy (andreas-dummy_at_xxx.xxx.de)
Date: 10/14/03


Date: Tue, 14 Oct 2003 16:07:29 +0200

Is it even not possible with the callback functions that are available in
CryptAPI?
What about an own callback function for the deletion. This function would
allow to delete every certificate the user wants...

"Sergio Dutra [MS]" <sergiod@online.microsoft.com> wrote in message
news:#2q5zqlkDHA.3504@TK2MSFTNGP11.phx.gbl...
> No, it currently is not possible.
>
> --
> 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
> "Andreas Gammy" <andreas-dummy@xxx.xxx.de> wrote in message
> news:bmgt4e$qqc$1@dackel.pdb.sbs.de...
> > Hi,
> >
> > I want to delete some digital certificates in my C++ code.
> > In fact, it works fine using 'CertDeleteCertificateFromStore()'
function.
> >
> > My problem is that I can't delete certificates saved in the ROOT store
in
> an
> > unattended way.
> > Every time a root certificate should be deleted a dialog box pops asking
> me
> > if I really want to delete the certificate!
> >
> > Is it possible to disable the popping dialog box?
> >
> > Thanks in advance!
> >
> > Regards,
> > Andy
> >
> >
>
>


Loading