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 |
What is the difference between windows vista and .net framework 3.0 ?
How large is the .net framework 3.0? Does this change make the release larger?
What are the 3 main components of an asp.net mvc application?
What is the difference between model view and controller?
What is html.renderpartial?
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What are delegates?where are they used
what is scalar property?
mention what is code first approach and model first approach in entity framework?
Which is the best institute in chennai to learn DotNet?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?