98-372 · Question #232
Which three policy types are .NET security policy levels? (Choose three.)
The correct answer is A. Enterprise policy D. Machine policy E. Application domain policy. Explanation: The following table describes the four security policy levels provided by .NET Framework security. - Enterprise policy All managed code in an enterprise setting where an enterprise configuration file is distributed. - Machine policy All managed code on the…
Question
Which three policy types are .NET security policy levels? (Choose three.)
Options
- AEnterprise policy
- BData policy
- CNetwork policy
- DMachine policy
- EApplication domain policy
How the community answered
(37 responses)- A84% (31)
- B5% (2)
- C11% (4)
Explanation
Explanation: The following table describes the four security policy levels provided by .NET Framework security. - Enterprise policy All managed code in an enterprise setting where an enterprise configuration file is distributed. - Machine policy All managed code on the computer. Code in all the processes associated with the current operating system user when the common language runtime starts. - Application domain policy Managed code in the host's application domain
Topics
Community Discussion
No community discussion yet for this question.