AyCode.Core/AyCode.Interfaces/StorageHandlers/README.md

287 B

StorageHandlers

Interface for secure key-value storage operations (save, get, delete, clear).

Key Files

  • ISecureStorageHandler.cs — Async methods: SaveToSecureStorageAsync, GetFromSecureStorageAsync, DeleteFromSecureStorageAsync, and ClearAllSecureStorageAsync.