Understanding Code Access Security in .NET
page 7 of 12
by Joydip Kanjilal
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 52446/ 108

Permission

Permission defines the ability of an operation to have access on particular resources. They impose specific levels of authorization to a protected resource. The runtime security system defines permissions like File IO, Printing, Socket Access, Event Log, Web Access, User Interface and so forth.

What are Permission Sets?

Permission set is a collection of permissions which are used to modify the security policy for code groups. The CLR provides the following built-in permission sets.

Nothing        

Implies that the code cannot be executed.

Execution     

Implies that code does not have permission to access protected resources, but can execute.

Internet       

Implies that code downloaded from a location and has limited permissions.

LocalIntranet

Implies that the code holds permissions defined in the default enterprise policy.

Everything

Implies that the code has all permissions except to skip verification.

FullTrust

Code has full access to all system resources.


View Entire Article

User Comments

No comments posted yet.






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-19 5:21:46 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search