Chapter 25. Implementing a Secure Assembly

By Rudi Martin

IN THIS CHAPTER

In previous chapters, you've looked at high level architectural and design issues crucial to producing secure code. Now we're going to delve down deeper into the low-level details of actually implementing such code. This chapter is focused on writing code that explicitly interacts with the .NET Framework security system (the implicit facets of writing code that doesn't give away trust can't really be dealt with at such a low level—they're very dependent on the exact nature of your product).

This chapter seeks to acquaint you with three broad areas of coding with the .NET Framework ...

Get .NET Framework Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.