Explain code access security?

Submitted by: Administrator
Code access security protects code from unauthorized calls. You can prevent access to the system resources using Permission object. The permission object specifies user and its role. The demand method of permission object checks if specified user and role matches with the current user.
Submitted by: Administrator

Read Online Dot Net Code Security Job Interview Questions And Answers