Dot Net Code Security Question:
Download Questions PDF

Explain code access security?

.Net code security Interview Question
.Net code security Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me the differences between declarative and imperative security?Tell me the use of Caspol.exe?