Qus:    What is the meaning of CAS in .NET?
Jul 26, 2021 13:36 1 Answers Views: 558 PADMAKEECHU
Prev Next
Answers (1)
TEJA Jul 29, 2021 11:43
Answer:   Code Access Security(CAS) is necessary to prevent unauthorized access to programs and resources in the runtime. It is designed to solve the issues faced when obtaining code from external sources, which may contain bugs and vulnerabilities that make the user’s system vulnerable.CAS gives limited access to code to perform only certain operations instead of providing all at a given point in time. CAS constructs a part of the native .NET security architecture.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect