Dot Net Code Security Question: Download .Net code security PDF

Explain code access security?

Tweet Share WhatsApp

Answer:

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.

Download .Net code security PDF Read All 10 .Net code security Questions
Previous QuestionNext Question
Tell me the differences between declarative and imperative security?Tell me the use of Caspol.exe?