Skip to content

Missing Feature: SaveStore to String #22

@dgauerke

Description

@dgauerke

There is currently a method to save the Vault to a file, but no way to get the string that will be written to allow alternate storage. It would be nice to have a method with the following signature

public string SaveStore() { }

You could just extract the beginning of the current method and call this one to write to the file. Then if we need to send it to some other storage (other than File), we could just get the encrypted string.

Thanks
David Gauerke

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions