1 write to _sqlClientEncryptionAlgorithm
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
757
_sqlClientEncryptionAlgorithm
= value;
3 references to _sqlClientEncryptionAlgorithm
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (3)
753
return
_sqlClientEncryptionAlgorithm
;
756
Debug.Assert(
_sqlClientEncryptionAlgorithm
== null, "_sqlClientEncryptionAlgorithm should not be set more than once.");
814
return (null !=
_sqlClientEncryptionAlgorithm
) ? true : false;