From 09406ca5058ec62b5e0069ff133f86b8a2ad447a Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 3 Dec 2024 10:07:58 +0100 Subject: [PATCH] =?UTF-8?q?feat(IAsymCryptService):=20Generischer=20Typ=20?= =?UTF-8?q?TParams=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalData.Core.Abstractions/Security/IAsymCryptService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DigitalData.Core.Abstractions/Security/IAsymCryptService.cs b/DigitalData.Core.Abstractions/Security/IAsymCryptService.cs index ef8ecbc..b04281b 100644 --- a/DigitalData.Core.Abstractions/Security/IAsymCryptService.cs +++ b/DigitalData.Core.Abstractions/Security/IAsymCryptService.cs @@ -1,6 +1,6 @@ namespace DigitalData.Core.Abstractions.Security { - public interface IAsymCryptService : IRSAFactory + public interface IAsymCryptService : IRSAFactory { /// /// Gets the formatter function for generating RSA key names.