0

I have a web service that:

Is the message encrypted during transport across the network to the message queue on the other machine?

Sean Kearon
  • 10,987
  • 13
  • 77
  • 93

1 Answers1

1

Yes, all properties of type WireEncryptedString on a message are encrypted on the sender endpoint and then decrypted on the receiving endpoint.

John Simons
  • 4,288
  • 23
  • 41