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 is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


What is the use of display modes?

0 Answers  


how can you enhance the performance of entity framework?

0 Answers   Microsoft,


What is the need of Action Filters in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers  






Is it possible to cancel filter execution?

0 Answers  


What is .net architecture and framework?

0 Answers  


What is .net framework used for?

0 Answers  


What is the CTS

1 Answers  


what is scalar property?

0 Answers   Microsoft,


How we can handle the exception at controller level in ASP.Net MVC?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

7 Answers   Kanbay,


Categories