Code Access Security and Policy in MicrosoftÂ’s .NET
.NET is MicrosoftÂ’s new platform, oriented towards Internet-based applications and Web services. Because of its orientation towards programs loaded and run from the Internet, it was designed with security in mind. At runtime, the.NET framework can determine what permissions to allow to a block of code depending on evidence, which includes the location of the code (local disk, intranet, internet, etc.) and its publisher.