5 references to Authentication
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
173
validKeywords[(int)Keywords.
Authentication
] = DbConnectionStringKeywords.Authentication;
215
hash.Add(DbConnectionStringKeywords.Authentication, Keywords.
Authentication
);
286
case Keywords.
Authentication
: Authentication = ConvertToAuthenticationType(keyword, value); break;
988
case Keywords.
Authentication
: return Authentication;
1059
case Keywords.
Authentication
: