Multiple choice technology web technology

Which of the following concepts can be used to prevent a .NET web applet from formatting the hard disk?

  1. CLR

  2. CAS

  3. Both A) and B)

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Code Access Security (CAS) is the .NET security mechanism that restricts what code can do based on permissions, preventing malicious or buggy code from performing dangerous operations like formatting the hard disk. CLR manages execution but doesn't enforce security boundaries.