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 .net architecture?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
what is csdl?
what is eager loading?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
Which .net framework is installed?
What are non action methods in mvc?
What is presentation framework?
How we can add the css in mvc?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Why do you need to box a primitive variable