SecretNET.Common.Storage Namespace

Classes


  Class Description
Public class AesEncryptedFileStorage
AesEncryptedFileStorage encryptes data to the local file system. Implements the HotPrivateKeyStorageBase
Public class HotPrivateKeyStorageBase
Base class for hot private key storages like SecureStore or file encrypted stores. Implements the IPrivateKeyStorage
Public class InMemoryOnlyStorage
InMemoryOnlyStorage stores the data ONLY (unencrypted!) in memory. Implements the HotPrivateKeyStorageBase
Public class MauiSecureStorage
MauiSecureStorage utilized the Microsoft.Maui.Storage.SecureStorage to securely save data (can only be used in MAUI apps). Implements the HotPrivateKeyStorageBase

Interfaces


  Interface Description
Public interface IPrivateKeyStorage
Interface IPrivateKeyStorage

Enumerations


  Enumeration Description
Public enumeration PrivateKeyStorageEncryptionEnum
Enum PrivateKeyStorageEncryptionEnum