What is code access security (CAS)?
Answers
Answered by
0
Code access security defines what the code running on a computer system is allowed to do.
Answered by
1
Code Access Security, in the Microsoft . NET framework, is Microsoft's solution to prevent untrusted code from performing privileged actions. When the CLR loads an assembly it will obtain evidence for the assembly and use this to identify the code group that the assembly belongs to.
Similar questions