Microsoft
70-518 · Question #65
You are designing a Windows Presentation Foundation (WPF) application. The WPF application contains code that will be executed by both full trust callers and partial trust callers. The WPF…
The correct answer is C. the user's IsolatedStorage folder. See the full explanation below for the reasoning.
Question
You are designing a Windows Presentation Foundation (WPF) application. The WPF application contains code that will be executed by both full trust callers and partial trust callers. The WPF application code does not have the AllowPartialTmstCallers attribute set. You have the following requirements:
- The application security settings must allow partial trust callers to
create and write to a file.
- Users must have access only to files that they create and not to
files created by other users. You need to recommend a location for storing each user' s files. Which location should you recommend?
Options
- Athe user's Roaming folder
- Bthe user's LocalSettings folder
- Cthe user's IsolatedStorage folder
- Dthe user's My Documents folder
How the community answered
(59 responses)- A7% (4)
- B3% (2)
- C80% (47)
- D10% (6)
Community Discussion
No community discussion yet for this question.