views:

77

answers:

0

Hi All,

Currently decryption/encryption and signature validation is implemented in my BTS application by using custom pipeline component which internally uses pipleline assembly that is the BTS assemblies, I was thinking of shifting the message encryption/decryption logic to the web service layer so that once messages are authenticated/validated then I can send the message to the BTS application for further processing, but as the decryption/encryption is done using BTS assemblies, probably I need to rewrite this logic again .NET C# or is there a way I can use the same implementation on the .NET web service layer box.

So that BTS application would perform only the business process and would not have an overhead message encryption/decryption, and hence the above question

PLease do reply. Thanks