adspace
Answer Posted / Pankaj Shama
Code Access Security (CAS) is a feature of the .NET Framework that allows controlling code execution based on its source, intended use, and permissions. It ensures that untrusted code cannot access sensitive resources or perform harmful actions. CAS uses evidence (such as the assembly's publisher, strong name, version number, and file location) to determine the security policy for an application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers