Steps to Encrypt SQLite using SQLCipher with .Net Framework 4.6.1

I want to encrypt my SQLite database password protected.
I have created console application with .Net Framwork 4.6.1 and added below dependencies in
















application but still I am not able to encrypt my SQLite Database. I am using “Data.ADO” Class Library from trial version example folder to achieve the encryption.
I don’t know what I am missing. I am getting below exception.
System.MissingMethodException: ‘Method not found: ‘Int32 SQLitePCL.ISQLite3Provider.sqlite3_blob_open(SQLitePCL.sqlite3, SQLitePCL.utf8z, SQLitePCL.utf8z, SQLitePCL.utf8z, Int64, Int32, SQLitePCL.sqlite3_blob ByRef)’.’
for this line.
“SQLitePCL.Batteries_V2.Init();”