Certificate popup

  • Thread starter Thread starter Peter K
  • Start date Start date
P

Peter K

Hi

I am not sure where to post this question - so please redirect me if there
is a better place.

In the Windows Application I am developing I need to call a webservice,
supplying a digital certificate. At the moment I do this by adding a
"hardcoded" certificate to the web-request.

But how do I enable the user to select their own certificate to send? Is
there an in-built dialog box which allows certificate selection?


Thanks,
Peter
 
But how do I enable the user to select their own certificate to send?
Is there an in-built dialog box which allows certificate selection?

I have just found the X509Certificate2UI class - seems to offer exactly
what I want!
 
Back
Top