Maui Secure Storage

Add secure storage to .NET MAUI apps using SecureStorage.Default. Covers SetAsync, GetAsync, Remove, RemoveAll, platform setup (Android backup rules, iOS Keychain entitlements, Windows limits), common pitfalls, and a DI wrapper service for testability. USE FOR: "secure storage", "SecureStorage", "store token securely", "Keychain", "Android Keystore", "save secret", "encrypted storage", "store credentials", "sensitive data storage". DO NOT USE FOR: general file storage (use maui-file-handling), SQLite databases (use maui-sqlite-database), or authentication flows (use maui-authentication).

majiayu000 ad76f9c 2 files · 6.1 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/security/maui-secure-storage commit ad76f9cf0f

Frequently asked questions

npx skillmds add majiayu000/maui-secure-storage