I'm currently using User ID / password basic authentication. What do I need to do, in order to start using X.509 Digital Certificates?
My web application is written in C# and is running on top of IIS.
Additional info: I'll be invoking BAPIs/ zBAPIs with code generated by Rafael My SAP Proxy Visual Studio Plug-in: http://tools.rafaelc.net/default.aspx?id=72. It automatically generates a proxy code.
I'm wondering wether this generated code can be changed to use client certificates and, in this case, what do I need to do.