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