---
title: "What are the asp.net Security Controls?"  
description: "What are the asp.net Security Controls?"  
author: "Anonymous User"  
published: 2018-04-22  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/23387/what-are-the-asp-dot-net-security-controls  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are the asp.net Security Controls?

**<asp: Login>:** It Provides a standard login capability that allows the users to enter their credentials

**<asp: LoginName>****:** It Allows you to display the name of the logged-in user

**<asp: LoginStatus>:** It Displays whether the user is authenticated or not

**<asp: LoginView>:** It Provides various login views depending on the selected template

**<asp: PasswordRecovery>:** email the users their lost password

## Answers

### Answer by Anonymous User

**<asp: Login>:** It Provides a standard login capability that allows the users to enter their credentials

**<asp: LoginName>****:** It Allows you to display the name of the logged-in user

**<asp: LoginStatus>:** It Displays whether the user is authenticated or not

**<asp: LoginView>:** It Provides various login views depending on the selected template

**<asp: PasswordRecovery>:** email the users their lost password


---

Original Source: https://www.mindstick.com/interview/23387/what-are-the-asp-dot-net-security-controls

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
