5 references to SqlPassword
System.Data (5)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (3)
600
result = SqlAuthenticationMethod.
SqlPassword
;
685
return value == SqlAuthenticationMethod.
SqlPassword
698
case SqlAuthenticationMethod.
SqlPassword
:
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1522
(connectionOptions.Authentication == SqlAuthenticationMethod.
SqlPassword
|| connectionOptions.Authentication == SqlAuthenticationMethod.ActiveDirectoryPassword) &&
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
438
else if (authType == SqlAuthenticationMethod.
SqlPassword
) {