What security architecture does native dot net provide in order to prevent unauthorized
access to programs and resources in the runtime? Code access security (CAS)
Loading
What security architecture does native dot net provide in order to prevent unauthorized
access to programs and resources in the runtime? Code access security (CAS)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Oct 3, 2022, 5:48 AM
CAS stands for Code Access Security. It is vital in the prevention of unauthorized access to programs and resources in the runtime. It can provide limited access to the code to perform only certain operations rather than providing all at a given point in time. CAS forms to be a part of the native .NET security architecture.