TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Code Access Security
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sivaraman Dhamodaran (2)
Gaurav Tomar (1)
C# Curator (1)
Anand Thakur (1)
Shivprasad (1)
Chandrakant Parmar (1)
Vidya Vrat Agarwal (1)
Razi Rais (1)
Chris Rausch (1)
Sonu Chauhan (1)
Related resources for Code Access Security
No resource found
Assembly in .NET 2.0
4/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 Certificates
2/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 - Declarative
6/28/2016 3:25:20 AM.
This video explains demand and deny security actions on a method through declarative method.
Code access security - Security zones
1/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 I
10/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 Permissions
5/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 2005
5/19/2012 4:53:26 AM.
This article will focus on the definition and configuration of the Code Access Security Policy.