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 Permission
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chris Rausch (2)
C# Curator (2)
Vidya Vrat Agarwal (1)
Simon Harris (1)
Related resources for Code Access Permission
No resource found
.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.
Understanding How Assert Effects Security in VB.NET
11/10/2012 2:56:26 AM.
This article expalins about how asserts effect security in VB.NET. How you restrict access to your library modules and resources requires that you understand the pros and cons in the security process used.
Understanding How Assert Effects Security
10/3/2012 7:36:17 AM.
Assert is a security action that is evaluated at run time. Code Access Permission classes and Permission Sets support a method called Assert. Using the Assert method to control access to resources or actions will allow your code to perform actions that it normally has permission to perform and will allow other callers up stream in the call stack to have access that they would not normally have.
.NET Security in C#
5/19/2012 7:39:08 AM.
This article shows how to make file I/O access be denied if the user running the application did not have administrator privileges.
Custom Code Access Permissions
3/18/2010 12:05:05 AM.
In this article I will explain you about Custom Code Access Permissions in C#.
Permissions and Code Access Permission in C#
3/16/2010 11:51:58 PM.
In this article I will explain you about Permissions and Code Access Permission in C#.