Home »

What is Code Access Security (CAS)?

Question ListCategory: ASP.NETWhat is Code Access Security (CAS)?
shah_kajal184 author asked 8 years ago
2 Answers
jamessmith05 author answered 8 years ago

Code access security (CAS) is part of the .NET security model that prevents unauthorized access of resources and operations, and restricts the code to perform particular tasks.

jessica537 author answered 8 years ago

CAS is part of .NET security model that determines whether or not a piece of code is allowed to
run and what resources it can use while running. Example CAS will allow an application to read

but not to write and delete a file or a resource from a folder..

Please login or Register to Submit Answer