Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.53 KB

outbound-message-protection.md

File metadata and controls

33 lines (26 loc) · 2.53 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Outbound Message Protection
Outbound Message Protection
06/08/2017
biztalk-server
article

Outbound Message Protection

The following figure shows the security features in BizTalk Server that you use to help protect outbound messages from being read by unauthorized parties.

Security features protecting outbound messages
Security features BizTalk Server uses to protect outbound messages.

When [!INCLUDEbtsBizTalkServerNoVersion] sends a message, it takes the following steps to help ensure that it sends the message securely, and that the receiving party can determine the message sender:

  1. If the send pipeline contains an encoding component (such as S/MIME) that is configured to sign all outbound messages, the signing certificate for the BizTalk group is retrieved from the personal certificate store for the host instance service account under which the pipeline is running, and the message is signed using the private key associated with the certificate.

  2. If the send pipeline contains an encoding component (such as S/MIME) that is configured to encrypt all outbound messages, the encryption certificate thumbprint is used to retrieve the public key certificate from the Other People certificate store, and the message is encrypted using that certificate.

Important

Although you use one signing certificate for all the send pipelines in your BizTalk environment, you must ensure this signing certificate is available in the certificate store of the service account of each host instance of the hosts where the send pipelines are running.

For more information about how to send signed messages, see How to Configure BizTalk Server for Sending Signed Messages.

See Also

Inbound Message Authentication
Authentication of Messages Between Processes
Authenticating the Sender of a Message
Authorizing the Receiver of a Message
Certificates that BizTalk Server Uses for Signed Messages