9 references to NotSpecified
System.Data (9)
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (2)
689
|| value == SqlAuthenticationMethod.
NotSpecified
;
898
internal static readonly SqlAuthenticationMethod Authentication = SqlAuthenticationMethod.
NotSpecified
;
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
480
return opt != null ? opt.Authentication != SqlAuthenticationMethod.
NotSpecified
: false;
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
62
internal static readonly SqlAuthenticationMethod Authentication = SqlAuthenticationMethod.
NotSpecified
;
467
if (Authentication != SqlAuthenticationMethod.
NotSpecified
&& _integratedSecurity == true) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
988
bool shouldValidateServerCert = (encrypt && !trustServerCert) || ((authType != SqlAuthenticationMethod.
NotSpecified
|| _connHandler._accessTokenInBytes != null) && !trustServerCert);
1076
&& _connHandler.ConnectionOptions.Authentication != SqlAuthenticationMethod.
NotSpecified
)
7621
SqlAuthenticationMethod authentication = SqlAuthenticationMethod.
NotSpecified
;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
439
internal SqlAuthenticationMethod authentication = SqlAuthenticationMethod.
NotSpecified
; // Authentication type