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