adspace


Explain code access security.

Answer Posted / Mohammad Rizwan

Code Access Security (CAS) is a security system in the .NET Framework that helps prevent unauthorized access to resources and protects the system from malicious code. It works by enforcing permissions on assemblies based on their digital signature, zone (Internet, Intranet, or Local), and the type of operation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143