Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, May 6, 2008

What is Code Access Security. How does it work?

CAS ( Code Access Security ) comes under the .NET security model that determines whether or not code is allowed to run, and what resources it can use when it is running. The CAS security policy revolves around two key concepts - code groups and permissions.

Each .NET assembly is a member of a particular code group, and each code group is granted the permissions specified in a named permission set.

No comments:

Archives