Microsoft
70-513 · Question #295
A Windows Communication Foundation (WCF) service uses a list of application-defined roles for operations. These roles are stored in a database. You need to authorize calls against the list of roles…
The correct answer is B. <serviceAuthorization principalPermissionMode="None". See the full explanation below for the reasoning.
Question
A Windows Communication Foundation (WCF) service uses a list of application-defined roles for operations. These roles are stored in a database. You need to authorize calls against the list of roles retrieved from the database. Which service behavior should you use to authorize the calls?
Options
- A<serviceAuthorization principalPermissionModez"None"
- B<serviceAuthorization principalPermissionMode="None"
- C<serviceAuthorization principalPermissionModes"None"
- D<serviceAuthorization principalPermissionModez"None"
How the community answered
(38 responses)- A16% (6)
- B71% (27)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.