Abstract

Security is an increasing concern for businesses. The .NET Framework is designed to allow distributed applications across the Internet. This concept introduces a slew of security risks. Microsoft realizes these risks and has introduced new security functionality that is incorporated in the .NET Framework. This chapter is not meant to completely cover implementing security but rather to describe the functionality that is available and how to use it. The .NET Common Language Runtime (CLR) always performs a security check—called code access security—on an assembly if it wants to access a protected resource or operation. The most important security feature is security policies that not only allow one to create code groups but also to build his or her own permission set that can be enriched with custom permissions. The custom permissions can be added to the .NET Framework without opening up the security system, provided that one makes no security mistakes in the coding of the permissions.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.