public Save ( Stream sSaveTo, PwGroup pgDataSource, KdbxFormat format, IStatusLogger slLogger ) : void | ||
sSaveTo | Stream | Stream to write the KDBX file into. |
pgDataSource | PwGroup | Group containing all groups and
/// entries to write. If |
format | KdbxFormat | Format of the file to create. |
slLogger | IStatusLogger | Logger that recieves status information. |
return | void |