I am using Service Bus for Windows 1.1 and want to know if the messages are encrypted by default when sending or receiving them from service bus. I am not talking about writing my own encryption code.
I am using the .Net service bus client library and the protocol is Net.TCP.
If the message is not encrypted, can I specify encryption at the transport level? Links to actual samples will be great.
Thanks
Cho