---
title: "What are the types of Authentication in ASP.NET?"  
description: "What are the types of Authentication in ASP.NET?"  
author: "Anonymous User"  
published: 2018-04-16  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23384/what-are-the-types-of-authentication-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are the types of Authentication in ASP.NET?

## 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.

## Answers

### Answer by Anonymous User

## 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.


---

Original Source: https://www.mindstick.com/interview/23384/what-are-the-types-of-authentication-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
