I have a web service that:
- Uses MSMQ transport.
- Is a send-only NSB endpoint.
- Uses NSB's message encryption.
- Sends to a message queue on another machine.
Is the message encrypted during transport across the network to the message queue on the other machine?
Yes, all properties of type
WireEncryptedString
on a message are encrypted on the sender endpoint and then decrypted on the receiving endpoint.