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

Add support for SecureStorage in Unpackaged apps #10476

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

mattleibow
Copy link
Member

Description of Change

The existing implementation made use of ApplicationData.Current.LocalSettings and just like with Preferences, we now use a file on disk for this. It is still encrypted as usual, but instead of being in the default location, it is in the app data folder.

Packaged apps remain unchanged and are still compatible.

Issues Fixed

Fixes #8419

@mattleibow mattleibow added this to the 7.0 milestone Oct 4, 2022
@jsuarezruiz jsuarezruiz added area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info platform/windows 🪟 labels Oct 4, 2022
@mattleibow mattleibow merged commit 928bb4e into main Oct 5, 2022
@mattleibow mattleibow deleted the dev/unpackaged-secure branch October 5, 2022 15:22
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2023
@samhouts samhouts added the fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866! platform/windows 🪟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApplicationData.Current support for Windows Unpackaged
3 participants