|
…
|
||
|---|---|---|
| .. | ||
| ISecureStorageHandler.cs | ||
| README.md | ||
README.md
StorageHandlers
Interface for secure key-value storage operations (save, get, delete, clear).
Key Files
ISecureStorageHandler.cs— Async methods:SaveToSecureStorageAsync,GetFromSecureStorageAsync,DeleteFromSecureStorageAsync, andClearAllSecureStorageAsync.