Dot Net Code Security Question:

Download Job Interview Questions and Answers PDF

Do you know role-based and code based security?

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

Answer:

Based on the credentials of the user, the access is provided to the user.

Role-based authorization is provided by the CLR to an account. It mostly involves the code running with the privileges of the current user.

Code security is about granting and denying permissions from the permission sets.

Download .Net code security Interview Questions And Answers PDF

Previous QuestionNext Question
What is role-based security?Do you know Principal object?