Answers

Question and Answer:

  Home  .Net code security

⟩ Explain code access security?

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.

 139 views

More Questions for you: