NET - What is Code Access Security? Describe the purpose of CAS.

What is Code Access Security? Describe the purpose of CAS.

Code access security is a mechanism to help protect computer systems from malicious code, to run code from unknown origins with protection. It allows code to be trusted to different levels based on where its coming from and its identity. It reduces the chances of your code being misused for performing malicious tasks or operations. It reduces the security vulnerabilities that a piece of code may have as well. CAS defines the permissions and access rights the code has.
NET - What is a Permission? What is a Permission Set?
What is a Permission? What is a Permission Set? - Permission is a rule to enforce restriction on a piece of managed code.......
NET - What are code groups in .NET?
What are code groups in .NET? - Code group is a logical grouping of code that follows some given conditions for membership.......
DCOM vs .Net Remoting - Remoting.NET
Net Remoting is the successor of Distributed component object Model(DCOM)...
Post your comment