//SQLite.SQLiteOpenFlags.ProtectionCompleteUnlessOpen // 文件已加密,直到它打开,但即使用户锁定设备,也可以访问该文件。 ; } } 二、sqlite-net-pcl使用教程: 1、sqlite-net-pcl特征讲解 SQLite实体示例 /** *┌────────────────────────────────────────...
//SQLite.SQLiteOpenFlags.PrivateCache | // 即使连接已启用,连接也不会参与共享缓存。SQLite.SQLiteOpenFlags.ProtectionNone// 数据库文件未加密。//SQLite.SQLiteOpenFlags.ProtectionComplete // 设备锁定时,文件已加密且不可访问。//SQLite.SQLiteOpenFlags.ProtectionCompleteUntilFirstUserAuthentication // 文件已加...