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

511 B

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.