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

What's the difference between Java and .NET garbage collectors ?

1 Answers   BirlaSoft,


Can I redirect tracing to a file

1 Answers  


Is the following route definition a valid route definition? {controller}{action}/{id}

0 Answers   NA,


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


what is .net?

20 Answers   IBM,






What is the difference between adding routes, to a webforms application and to an mvc application?

0 Answers  


Can I remove .net framework?

0 Answers  


What are the properties of Thread class?

1 Answers  


In Server how to check whether model has error or not in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Can a view be shared across multiple controllers? If yes, how we can do that?

0 Answers  


What is the difference between windows vista and .net framework 3.0 ?

0 Answers  


Have you designed any components?

2 Answers   HP,


Categories