Answer Posted / kirti
The CAS security policy revolves around two key concepts - code groups and permissions. Each .NET assembly is a member of a particular code group, and each code group is granted the permissions specified in a named permission set.
For example, using the default security policy, a control downloaded from a web site belongs to the 'Zone - Internet' code group, which adheres to the permissions defined by the 'Internet' named permission set. (Naturally the 'Internet' named permission set represents a very restrictive range of permissions.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Can we add constraints to the route? If yes, explain how we can do it?
Explain what is routing?
Can I add mvc testcases in visual studio express?
Describe the roles of clr in .net framework.?
what is explicit loading?
mention what are the various methods provided by the dataset object to generate xml?
Is the following route definition a valid route definition? {controller}{action}/{id}
How large is the .net framework 3.0?
What is the use .Glimpse in ASP.Net MVC
Explain tempdata in asp.net mvc?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is poco proxy? : Entity framework
What are ajax helpers in mvc?
What are the options can be configured in AJAX helpers?