Which three policy types are .NET security policy levels? (Choose three.)
A.
Data policy
B.
Machine policy
C.
Application domain policy
D.
Enterprise policy
E.
Network 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 computer.
* User policy
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