2 references to TryProcessTceCryptoMetadata
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3532
if (!
TryProcessTceCryptoMetadata
(stateObj, rec, cipherTable: null, columnEncryptionSetting: columnEncryptionSetting, isReturnValue: true)) {
4352
if (cipherTable.HasValue && !
TryProcessTceCryptoMetadata
(stateObj, col, cipherTable.Value, columnEncryptionSetting, isReturnValue: false)) {