Posts Tagged ‘Certificate’
Creating and using development certificates for use with a self-hosted WCF Service.
Friday, November 20, 2009 8:49 No CommentsThis quick how-to shows you how to create and use certificates in a development environment for use with a self-hosted WCF service. This means that the WCF service is not hosted with IIS, but runs, for example, as a Windows Service. We will use the makecert.exe tool that ships with the Microsoft Windows SDK. The [...]
