April 2002
Intermediate to advanced
816 pages
20h 56m
English
By Sebastian Lange
IN THIS CHAPTER
Security is a core component of the .NET Framework infrastructure. All managed code run on the .NET Framework Common Language Runtime (CLR) is subject to the scrutiny and restrictions that the Code Access Security (CAS) system imposes. However, this security system differs in its fundamental design from many other security systems, such as the Windows Security system. Code Access Security is based on code identity, ...