11 references to ActiveDirectoryPassword
System.Data (11)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (3)
605result = SqlAuthenticationMethod.ActiveDirectoryPassword; 686|| value == SqlAuthenticationMethod.ActiveDirectoryPassword 700case SqlAuthenticationMethod.ActiveDirectoryPassword:
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1522(connectionOptions.Authentication == SqlAuthenticationMethod.SqlPassword || connectionOptions.Authentication == SqlAuthenticationMethod.ActiveDirectoryPassword) &&
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
1324if (ConnectionOptions.Authentication == SqlAuthenticationMethod.ActiveDirectoryPassword 1669connectionOptions.Authentication == SqlAuthenticationMethod.ActiveDirectoryPassword || 2408case SqlAuthenticationMethod.ActiveDirectoryPassword:
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
435if (authType == SqlAuthenticationMethod.ActiveDirectoryPassword) { 561if (authType == SqlAuthenticationMethod.ActiveDirectoryPassword || (authType == SqlAuthenticationMethod.ActiveDirectoryIntegrated && _connHandler._fedAuthRequired)) { 7033case SqlAuthenticationMethod.ActiveDirectoryPassword: 7628Debug.Assert(authentication == SqlAuthenticationMethod.ActiveDirectoryIntegrated || authentication == SqlAuthenticationMethod.ActiveDirectoryPassword);