Property | Type | Description | |
---|---|---|---|
ClearPassword | void | ||
GetKeyFile | byte[] | ||
GetSavedPassword | KeePass.IO.Data.DbPersistentData | ||
GetSavedPassword | KeePass.IO.Data.DbPersistentData | ||
LoadDetails | void | ||
Open | void | ||
Save | void | ||
SaveDetails | void | ||
SaveDetails | void | ||
UpdateSavedPassword | void | ||
Upgrade | void |
Method | Description | |
---|---|---|
ClearPassword ( ) : void |
Clears the saved password.
|
|
DatabaseInfo ( ) : System | ||
DatabaseInfo ( string folder ) : System | ||
Delete ( ) : void |
Deletes this database.
|
|
Equals ( object obj ) : bool | ||
GetAll ( ) : IList |
Gets all databases.
|
|
GetHashCode ( ) : int | ||
IsValid ( |
Determines whether the this database has stored data.
|
|
LoadDetails ( ) : void |
Loads the Details data.
|
|
Open ( |
Opens the database using the specified password.
|
|
Open ( |
Opens the database using saved password dispatcher.
|
|
OpenDatabaseFile ( Action |
Opens the database file.
|
|
SaveDetails ( ) : void |
Saves the Details information.
|
|
SetDatabase ( Action |
||
SetDatabase ( Stream data, KeePass.Storage.DatabaseDetails details ) : void |
Sets the database.
|
|
SetKeyFile ( byte keyFile ) : void |
Sets the key file.
|
Method | Description | |
---|---|---|
Equals ( |
Method | Description | |
---|---|---|
ClearPassword ( |
||
GetKeyFile ( |
||
GetSavedPassword ( |
Gets the saved password.
|
|
GetSavedPassword ( |
Gets the saved password.
|
|
LoadDetails ( |
||
Open ( |
||
Save ( |
Saves user password.
|
|
SaveDetails ( |
||
SaveDetails ( |
||
UpdateSavedPassword ( |
||
Upgrade ( |
public DatabaseInfo ( string folder ) : System | ||
folder | string | |
return | System |
protected Equals ( |
||
other | ||
return | bool |
public IsValid ( |
||
store | The store. | |
return | bool |
public Open ( |
||
dispatcher | The dispatcher. | |
password | string | The password. |
savePassword | bool | set to |
return | OpenDbResults |
public Open ( |
||
dispatcher | The dispatcher. | |
return | void |
public OpenDatabaseFile ( Action |
||
action | Action |
The action. |
return | void |
public SetDatabase ( Stream data, KeePass.Storage.DatabaseDetails details ) : void | ||
data | Stream | The data. |
details | KeePass.Storage.DatabaseDetails | The details. |
return | void |
public SetKeyFile ( byte keyFile ) : void | ||
keyFile | byte | The key file. |
return | void |