Related resources for Code Access Security
  • Assembly in .NET 2.04/24/2024 1:22:55 PM. In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assembly
  • Evidence In C#10/25/2023 8:06:10 AM. IIn C#, Evidence is a class within the System.Security.Policy namespace. It is used in .NET Framework applications to represent the evidence that is used to establish the permissions granted to an ass
  • Code Access Security - Implementing Publishers Based Security Using Digital Certificates2/5/2021 5:30:07 AM. This article explains how to implement publishers based security using digital certificates.
  • CAS (Code Access Security) & .NET 4.0 Security Model FAQ (With Full Video Demonstration)2/3/2021 9:57:23 AM. This article first starts with the basic concepts of CAS like evidence, permission, code groups and caspol.exe. It then moves ahead to demonstrate how CAS can be implemented in real world. This articl
  • Writing Secure Code Using C#3/13/2019 11:56:41 AM. Writing secure code is an important part of software development. .NET provides code access security mechanism that grants/denies access to resources within a method call. This article explains how to
  • CAS Method level Demand - Declarative6/28/2016 3:25:20 AM. This video explains demand and deny security actions on a method through declarative method.
  • 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
  • .NET Code Access Security (CAS)8/6/2013 1:28:48 PM. Security is an essential part of an application and it should be taken into consideration from the grass root level from an application’s design. Security is all about protecting your assets from unauthorized actions.
  • Exploring Security in .NET: Part I10/4/2012 9:08:08 AM. This article highlights some of the key concepts of .NET Security like Code Access Security, Evidence based Security and many more.
  • 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 Security using C# in VS.NET 20055/19/2012 4:53:26 AM. This article will focus on the definition and configuration of the Code Access Security Policy.