How does CAS work



How does CAS work..

Answer / 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

More Dot Net Framework Interview Questions

Can any particular component of .net framework 3.0 be removed?

0 Answers  


How we can invoke child actions in ASP.Net MVC?

0 Answers  


What is shadowing?

6 Answers   IBM,


What are Non Action methods in ASP.Net MVC?

0 Answers  


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


What is inline schema, how does it works

1 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


How is method overriding different from method overloading

1 Answers   Siebel Systems,


What is ViewData and TempData in ASP.Net MVC?

0 Answers  


What is page life cycle?

0 Answers  


What is the difference between partial and renderpartial?

0 Answers  


What is edm designer? : Entity framework

0 Answers  


Categories