Welcome to GASP Sign in | Join | Help

Browse by Tags

All Tags » WCF   (RSS)
Sorry, but there are no more tags available to filter with.

Using transport security on a self-hosted WCF service with client credential - certificate

If you read my previous post concerning Transport Security on a Self-Hosted WCF service , you may realize that I was using a digital certificate (X.509) on a basicHttpBinding to encrypt our channel, but with no client authentication. WCF supports several
Posted by abel.pereira | 0 Comments
Filed under:

Using transport security on a self-hosted WCF service

I've just spent half a day with my colleague Sérgio to get this thing working, and I've decided to share it with the community. The deal was to enable transport security on a basicHttpBinding in a self-hosted WCF service. I am not going into the service
Posted by abel.pereira | 0 Comments
Filed under: