Microsoft
70-513 · Question #88
You are creating a Windows Communication Foundation (WCF) service based on WSHttpBinding. New audit requirements dictate that callers must be authenticated on every call to ensure that their…
The correct answer is C. In the message security configuration, set establishSecurityContext to false. See the full explanation below for the reasoning.
Question
You are creating a Windows Communication Foundation (WCF) service based on WSHttpBinding. New audit requirements dictate that callers must be authenticated on every call to ensure that their credentials have not been revoked. You need to ensure that the service will not cache the security request token. What should you do?
Options
- AApply a ServiceBehavior attribute to the service implementation class with the
- BIn the message security configuration, change clientCredentialType from IssuedToken to
- CIn the message security configuration, set establishSecurityContext to false.
- DAt the end of every operation, call the SessionStateUtility.RaiseSessionEnd method.
How the community answered
(14 responses)- A7% (1)
- B14% (2)
- C71% (10)
- D7% (1)
Community Discussion
No community discussion yet for this question.