VB Dot Net Developer Question:
Can you please explain the difference between Authentication and Authorization?
Answer:
Authentication is the process of obtaining credentials from the users and verifying the user's identity. Authorization is the process of giving access to the authenticated resources. Authentication leads to Authorization.
Previous Question | Next Question |
Explain TRACE in VB.Net? | List the types of Authentication? |