Tag: Development

Community

Code Access Security in .NET 2.0

(Uday Denduluri) Code access security is a concept of .NET Framework that restricts the execution privileges of the code on the resources and its operations. Usually administrators configure security policy of the code. This is done by sets of permissions with groups of code called as Code Groups. I