What is CODE Access security (CAS)?

Q

.NET INTERVIEW QUESTIONS - What is CODE Access security (CAS)?

✍: Guest

A
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.

2010-04-27, 4744👍, 0💬