Microsoft
70-513 · Question #31
You are developing a Windows Communication Foundation (WCF) service. One of the parameters used with the service operations is a security token. The security token is not sensitive. The monitoring…
The correct answer is D. For all the security-sensitive members, set the ProtectionLevel parameter of the. See the full explanation below for the reasoning.
Question
You are developing a Windows Communication Foundation (WCF) service. One of the parameters used with the service operations is a security token. The security token is not sensitive. The monitoring software tracks security tokens and can read tokens in clear text only. The company security policy requires that you validate all clear text data passed over the corporate network. You need to ensure that the service verifies that the security token is not changed during transit. What should you do?
Options
- AFor all the security-sensitive members, set the ProtectionLevel parameter of the
- BImplement IEndpointldentityProvider in the message contract class.
- CImplement ISecureConversationSession in the message contract class.
- DFor all the security-sensitive members, set the ProtectionLevel parameter of the
How the community answered
(46 responses)- A7% (3)
- B4% (2)
- C13% (6)
- D76% (35)
Community Discussion
No community discussion yet for this question.