Revert "feat: CryptographerType-Enum hinzugefügt, um Schlüsseltypen darzustellen"

This reverts commit 3ffdd49a47eac165df34615a790f00af267f928a.
This commit is contained in:
Developer 02 2024-12-05 09:13:54 +01:00
parent 3ffdd49a47
commit c9548238bb

View File

@ -1,12 +0,0 @@
namespace DigitalData.Core.Security
{
namespace DigitalData.Core.Security
{
public enum CryptographicKeyType
{
PrivateKey,
EncryptedPrivateKey,
PublicKey
}
}
}