| Interface | Description |
|---|---|
| KdbxCredentials | Deprecated
use KdbxCreds instead
|
| SerializableDatabase |
This interface allows for serialization and deserialization of KDBX databases.
|
| StreamEncryptor |
KDBX "protected" fields are stream encrypted.
|
| StreamFormat |
Interface provides for wrapping a database serialization in a stream format, e.g.
|
| Class | Description |
|---|---|
| Helpers | |
| KdbxCredentials.KeyFile |
Class for KDBX key file with password credentials
|
| KdbxCredentials.Password |
Class for KDBX password only credentials
|
| KdbxCreds |
The class implements
Credentials for KDBX files. |
| KdbxKeyFile |
Class has a static method to load a key from a KDBX XML Key File
|
| StreamEncryptor.None | |
| StreamFormat.None |
Class allows for serializing a database directly to or from a stream with no encryption etc
|
Copyright © 2018. All rights reserved.