refactor(Kryptograph): Entfernte Verschlüsselungen.

This commit is contained in:
Developer 02
2025-01-09 18:52:59 +01:00
parent e623575fe8
commit 60e1ec78b3
2 changed files with 0 additions and 8 deletions

View File

@@ -5,7 +5,5 @@
IEnumerable<IAsymmetricDecryptor> Decryptors { get; }
IAsymmetricDecryptor VaultDecryptor { get; }
IEnumerable<IAsymmetricEncryptor> Encryptors { get; }
}
}