12 lines
511 B
Markdown
12 lines
511 B
Markdown
# StorageHandlers
|
|
|
|
Interface for secure key-value storage operations (save, get, delete, clear).
|
|
|
|
## Key Files
|
|
|
|
- **`ISecureStorageHandler.cs`** — Async methods: `SaveToSecureStorageAsync`, `GetFromSecureStorageAsync`, `DeleteFromSecureStorageAsync`, and `ClearAllSecureStorageAsync`.
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|