Dot Net Code Security Question:
Download Job Interview Questions and Answers PDF
Explain code access security?
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 Question | Next Question |
Tell me the differences between declarative and imperative security? | Tell me the use of Caspol.exe? |