make sure we always save database as KDBX4 when using ChallengeXCKey (for compatibility with KeepassXC), closes #596
This commit is contained in:
@@ -64,7 +64,12 @@ namespace KeePassLib.Keys
|
||||
get { return m_pbKeyData; }
|
||||
}
|
||||
|
||||
public IOConnectionInfo Ioc
|
||||
public uint GetMinKdbxVersion()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public IOConnectionInfo Ioc
|
||||
{
|
||||
get { return m_ioc; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user