Computer Science, asked by priyabujji6169, 1 year ago

What is code access security (CAS)?

Answers

Answered by MrTSR
0

Code access security defines what the code running on a computer system is allowed to do.

Answered by pranjalkbr
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