Microsoft Exam Questions

which order should the binding stack be configured?

You are creating a Windows Communication Foundation (WCF) service. You have the
following requirements: Messages must be sent over TCP. The service must support
transactions. Messages must be encoded using a binary encoding. Messages must be
secured using Windows stream-based security. You need to implement a custom binding
for the service. In which order should the binding stack be configured?

A.
tcpTransport windowsStreamSecurity transactionFlow binaryMessageEncoding

B.
transactionFlow binaryMessageEncoding windowsStreamSecurity tcpTransport

C.
windowsStreamSecurity tcpTransport binaryMessageEncoding transactionFlow

D.
binaryMessageEncoding transactionFlow tcpTransport windowsStreamSecurity