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
Peter K - 27 Jun 2007 10:55 GMT
> 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!