Answer Posted / imtiyaz chanderki
Authentication & authorization:
Authentication is the process of identification and
validation of a user's credentials.
After the identity is authenticated, a process called
authorization determines whether
that identity has access to a particular resource.
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is asp.net file?
Which class is used to send an email message from an ASP.NET Web page?
What language does asp.net use?
What is the latest version of asp.net?
What is the difference between session and application?
Please briefly explain the usage of global.asax?
Is oauth for authentication or authorization?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Can I have a unique key as foreign key?
Is viewstate enabled by default?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is the maximum timeout we can set for Cookies?
Can you explain the importance of finalize method in .net?
What is httpresponse?
What are the namespace classes used in asp.net mvc? : asp.net mvc