How to generate a client certificate from configuration.svcinfo file
Posted
by som_che
on Stack Overflow
See other posts from Stack Overflow
or by som_che
Published on 2010-06-17T17:40:33Z
Indexed on
2010/06/17
17:43 UTC
Read the original article
Hit count: 685
Hi,
I am new to WCF and trying to create a WCF client. I created a project in VS 2008 and added the reference of WCF web service and it generated the WSDL,configuration.svcinfo and other relevant files. Now i would like to know how to create the client certificates based on these available files? In the .svcinfo file, i see that there are multiple bindings (wsHttpBinding) and multiple endpoints. Any help in this regard will be highly appreciated.
© Stack Overflow or respective owner