1 write to IntegratedSecurity
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
284
case Keywords.IntegratedSecurity:
IntegratedSecurity
= ConvertToIntegratedSecurity(value); break;
8 references to IntegratedSecurity
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (3)
966
case Keywords.IntegratedSecurity: return
IntegratedSecurity
;
1019
isReadonly =
IntegratedSecurity
;
1376
if ((0 < constr.DataSource.Length) && (constr.
IntegratedSecurity
|| (0 < constr.UserID.Length))) {
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1322
if (connectionStringBuilder.
IntegratedSecurity
) {
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
1103
if (!connectionBuilder.
IntegratedSecurity
&&
System.Web (3)
Management\SqlWebEventProvider.cs (1)
63
if (builder.
IntegratedSecurity
) {
State\sqlstateclientmanager.cs (2)
241
scsb.
IntegratedSecurity
,
1210
if (scsb.
IntegratedSecurity
) {