Related resources for Permission Set
  • Code access security - Security zones1/11/2016 9:41:48 AM. This video shows how you can examine security permission sets for given security zone
  • Viewing Assembly Permissions5/20/2012 1:32:28 AM. In this article I will show you how you can view the Code Groups that an assembly belongs to and what permissions belong to the assembly. I will demonstrate the Caspol utility supplied with the .NET SDK.
  • Code Access Security5/20/2012 12:57:20 AM. Code Access Security represents a fundamentally different way of controlling access rights to protected resources. Traditionally, permissions such as access to the file system, databases or network were allocated based on characteristics of the user. All processes executed by the user would assume an equivalent set of permissions.
  • A named permission set in C# 3/9/2010 10:46:59 PM. In this article I will explain you about a named permission set in C#.