One of the attendees here at TechEd asked me how to encrypt only one of the parameters on a WebMethod with WSE. I figured others might be curious too so here is some code that does this. Web Service code: [WebMethod] public string HelloWorld( string UnsecureParam,
Read More...