'Declaration Public Sub SQLCipherExport( _ ByVal destDatabaseFile As String, _ ByVal destDatabasePassword As String _ )
public void SQLCipherExport( string destDatabaseFile, string destDatabasePassword )
Parameters
- destDatabaseFile
- Path to save the result encrypted database to.
- destDatabasePassword
- The password to use for the encrypted database. Passing an empty string creates an unencrypted database.