1 write to _accessTokenInBytes
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
375
_accessTokenInBytes
= System.Text.Encoding.Unicode.GetBytes(accessToken);
5 references to _accessTokenInBytes
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
1336
if (
_accessTokenInBytes
!= null) {
1341
accessToken =
_accessTokenInBytes
1668
Boolean isFedAuthEnabled = this.
_accessTokenInBytes
!= null ||
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
988
bool shouldValidateServerCert = (encrypt && !trustServerCert) || ((authType != SqlAuthenticationMethod.NotSpecified || _connHandler.
_accessTokenInBytes
!= null) && !trustServerCert);
1077
|| _connHandler.
_accessTokenInBytes
!= null)