---
title: "Which one is trusted and which one is untrusted?"  
description: "Which one is trusted and which one is untrusted?"  
author: "Anonymous User"  
published: 2011-05-10  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/863/which-one-is-trusted-and-which-one-is-untrusted  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# Which one is trusted and which one is untrusted?

Windows Authentication is trusted because the username and password are checked with the Active Directory, the SQL Server authentication is untrusted, since SQL Server is the only verifier participating in the transaction.

## Answers

### Answer by Anonymous User

Windows Authentication is trusted because the username and password are checked with the Active Directory, the SQL Server authentication is untrusted, since SQL Server is the only verifier participating in the transaction.


---

Original Source: https://www.mindstick.com/interview/863/which-one-is-trusted-and-which-one-is-untrusted

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
