nerdexam
Microsoft

70-513 · Question #105

The endpoint of a Windows Communication Foundation (WCF) service uses basicHttpBinding for its binding. Your company's policies have changed to require that messages not be sent in clear text. You…

The correct answer is A. Set the ProtectionLevel property on the service contract and update the binding attribute in. See the full explanation below for the reasoning.

Question

The endpoint of a Windows Communication Foundation (WCF) service uses basicHttpBinding for its binding. Your company's policies have changed to require that messages not be sent in clear text. You must ensure that all messages are encrypted when traveling across the network. What should you do?

Options

  • ASet the ProtectionLevel property on the service contract and update the binding attribute in
  • BSet the ProtectionLevel property on the service contract and update the bindingConfiguration
  • CSet the PrincipalPermissionAttribute on the service contract and update the binding attribute
  • DSet the PrincipalPermissionAttribute on the service contract and update the

How the community answered

(24 responses)
  • A
    83% (20)
  • B
    4% (1)
  • C
    4% (1)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice