Microsoft
70-519 · Question #250
You are designing a class library that will be used by all of your company's ASP.NET Web applications. A specific variable in a helper class within the library holds very sensitive information. You…
The correct answer is A. Make the variable private D. Use the Debugger Brows able attribute. See the full explanation below for the reasoning.
Question
You are designing a class library that will be used by all of your company's ASP.NET Web applications. A specific variable in a helper class within the library holds very sensitive information. You need to ensure that the variable is not visible to developers when they are debugging any of the Web applications. Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
Options
- AMake the variable private
- BMake the variable protected
- CUse the Debugger Display attribute
- DUse the Debugger Brows able attribute
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- C14% (3)
Community Discussion
No community discussion yet for this question.