1 write to Authentication
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
286
case Keywords.Authentication:
Authentication
= ConvertToAuthenticationType(keyword, value); break;
1 reference to Authentication
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
988
case Keywords.Authentication: return
Authentication
;