2 references to DecryptWithKey
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5183byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.value.ByteArray, rec.cipherMD, _activeConnection.DataSource);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
5351byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(b, md.cipherMD, _connHandler.ConnectionOptions.DataSource);