GIAC
GSSP-NET · Question #368
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5…
The correct answer is D. Set the cookieProtection attribute to Encryption in the roleManager element of the. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. The application will be accessed by users from remote locations over the Internet. You need to use ASP.NET role management. You must ensure that any authorization information cached on remote client computers is as secure as possible. What will you do?
Options
- AUse the RsaProtectedConfigurationProvider class.
- BUse the DpapiProtectedConfigurationProvider class.
- CSet the cookieProtection attribute to Validation in the roleManager element of the
- DSet the cookieProtection attribute to Encryption in the roleManager element of the
How the community answered
(30 responses)- A10% (3)
- B3% (1)
- C3% (1)
- D83% (25)
Community Discussion
No community discussion yet for this question.