Welcome to GASP Sign in | Join | Help

January 2007 - Posts

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:

Parameter Validation Add-in (download)

Hello, I finally had the time to finish the Parameter Validation Add-in. This add-in allows you to perform method's parameters validation in a automatic manner based on configuration file. Take this as example: In the figure above, by calling the context
Posted by abel.pereira | 0 Comments
Filed under: ,

Parameter Validation Add-in (first steps...)

Greetings, Here is the Parameter Validation Schema for Visual Studio 2005 Add-in: ParameterValidation.xsd The parameter validation schema relates with Parameter Validation Add-in, which allows you to validate method parameters automatically based on a
Posted by abel.pereira | 0 Comments
Filed under: ,