mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-19 11:06:28 +03:00
add StoreCreationOptions class
This commit is contained in:
9
src/KeyKeeper/PasswordStore/StoreCreationOptions.cs
Normal file
9
src/KeyKeeper/PasswordStore/StoreCreationOptions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using KeyKeeper.PasswordStore.Crypto;
|
||||
|
||||
namespace KeyKeeper.PasswordStore;
|
||||
|
||||
public record StoreCreationOptions
|
||||
{
|
||||
public int LockTimeoutSeconds { get; init; }
|
||||
public CompositeKey Key { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user