How Permissions Are Used

Now that we've explored the different types of permissions, it is important to understand how they are used by the .NET Framework. There are several ways in which permissions are utilized. They can be

  • Granted by the security policy

  • Demanded by .NET assemblies

  • Used for other security actions

Permissions and Security Policy

Chapter 5, “Evidence: Knowing Where Code Comes From,” covered evidence and the authentication model for .NET assemblies. Moving from authentication to authorization requires an understanding of security policy. Chapter 8, “Membership Conditions, Code Groups, and Policy Levels: The Brick and Mortar of Security Policy,” will cover security policy and permissions in fine detail, but this section provides ...

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.