refactor(Core.Security): Entfernt die Erweiterungsmethoden im aktuellen Projekt.

- Projekt Security.Extensions hinzugefügt.
This commit is contained in:
Developer 02
2024-11-18 10:58:34 +01:00
parent 8cc6fd95f7
commit 51ebf3fa67
5 changed files with 10 additions and 29 deletions

View File

@@ -1,4 +1,6 @@
namespace DigitalData.Core.Security
using DigitalData.Core.Security.Extensions;
namespace DigitalData.Core.Security
{
public class RSADecryptor : RSACryptographer
{