- Back to Home »
- .NET »
- CAS
Posted by :
Sudhir Chekuri
Wednesday, 30 December 2015
CAS stands for Code Access Security. Using the Code Access Security, you can do the following:
•Restrict what your code can do
•Restrict which code can call your code
•Identify code
The Common Language Runtime (CLR) allows code to perform only those operations that the code has permission to perform. So CAS is the CLR's security system that enforces security policies by preventing unauthorized access to protected resources and operations.
•Restrict what your code can do
•Restrict which code can call your code
•Identify code
The Common Language Runtime (CLR) allows code to perform only those operations that the code has permission to perform. So CAS is the CLR's security system that enforces security policies by preventing unauthorized access to protected resources and operations.