There are three types of authentication present in ASP.NET:
Windows Authentication: This type of authentication method uses built-in windows security features to authenticate user.
Forms Authentication: This type of authentication authenticate against a customized list of users or users in a database.
Passport Authentication:This type of authentication validates against Microsoft Passport service which is basically a centralized authentication service.
Liked By
Write Answer
What are the types of Authentication in ASP.NET?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
16-Apr-2018There are three types of authentication present in ASP.NET:
Windows Authentication: This type of authentication method uses built-in windows security features to authenticate user.
Forms Authentication: This type of authentication authenticate against a customized list of users or users in a database.
Passport Authentication:This type of authentication validates against Microsoft Passport service which is basically a centralized authentication service.