Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecureStorage update for unpackaged apps #1020

Closed
davidbritch opened this issue Oct 20, 2022 · 0 comments
Closed

SecureStorage update for unpackaged apps #1020

davidbritch opened this issue Oct 20, 2022 · 0 comments
Assignees
Labels
🏁 Release: .NET 9 Work items for the .NET 9 release doc-enhancement Improve the current content [org] Pri3

Comments

@davidbritch
Copy link
Contributor

SecureStorage, for packaged apps, stores data in ApplicationData.Current.LocalSettings, inside a container with a name of [YOUR-APP-ID].microsoft.maui.essentials.preferences.

In .NET 7, SecureStorage, for unpackaged apps, stores data in Path.Combine(FileSystem.AppDataDirectory, "..", "Settings", "securestorage.dat");

dotnet/maui#10476

@davidbritch davidbritch added doc-enhancement Improve the current content [org] 🏁 Release: .NET 9 Work items for the .NET 9 release labels Oct 20, 2022
@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Oct 20, 2022
@davidbritch davidbritch self-assigned this Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 Release: .NET 9 Work items for the .NET 9 release doc-enhancement Improve the current content [org] Pri3
Projects
None yet
Development

No branches or pull requests

2 participants