top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what is CAS in .Net?

+2 votes
210 views
what is CAS in .Net?
posted Aug 4, 2014 by Arun

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Code Access Security (CAS), in the Microsoft .NET framework, is Microsoft's solution to prevent untrusted code from performing privileged actions. When the CLR loads an assembly it will obtain evidence for the assembly and use this to identify the code group that the assembly belongs to.

answer Jul 19, 2017 by Manikandan J
...