AyCode.Core/AyCode.Interfaces/StorageHandlers
..
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, and ClearAllSecureStorageAsync.