2
Reply

What is Code Access Security (CAS)?

Prabhu Raja

Prabhu Raja

12y
3.5k
0
Reply

    CAS is the part of the .NET security model that determines whether or not code is allowed to run, and what resources it can use when it is running. For example, it is CAS that will prevent a .NET web applet from formatting your hard disk.