Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:

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).

$ git log --oneline --stat
stars:143
forks:17
updated:26 mars 2026 à 20:25
Explorateur de fichiers
2 fichiers
SKILL.md
readonly