[MacOS] How to access keychain directly from MAUI mac-catalyst app #25635
Unanswered
hrahmansha
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to store confidential data in my application that will persist even if the app is uninstalled or removed.
Using SecureStorage allows me to store data in the keychain, but this data is lost when the app is removed.
To address this, I'm trying to access the keychain directly from my application. How can I add, remove, or update data directly in the keychain?
Beta Was this translation helpful? Give feedback.
All reactions