Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and password).
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.