6 references to IntegratedSecurity
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (6)
151validKeywords[(int)Keywords.IntegratedSecurity] = DbConnectionStringKeywords.IntegratedSecurity; 193hash.Add(DbConnectionStringKeywords.IntegratedSecurity, Keywords.IntegratedSecurity); 231hash.Add(DbConnectionStringSynonyms.TRUSTEDCONNECTION, Keywords.IntegratedSecurity); 284case Keywords.IntegratedSecurity: IntegratedSecurity = ConvertToIntegratedSecurity(value); break; 966case Keywords.IntegratedSecurity: return IntegratedSecurity; 1093case Keywords.IntegratedSecurity: