From 2f0c6a905a6dc8e1aa037b90c19aef0deaf5aa4f Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 5 Dec 2024 15:03:28 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Hinzugef=C3=BCgtes=20ToDo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Cryptographer/CryptographerExtensions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DigitalData.Core.Security/Cryptographer/CryptographerExtensions.cs b/DigitalData.Core.Security/Cryptographer/CryptographerExtensions.cs index 47ce618..3c24ffa 100644 --- a/DigitalData.Core.Security/Cryptographer/CryptographerExtensions.cs +++ b/DigitalData.Core.Security/Cryptographer/CryptographerExtensions.cs @@ -2,6 +2,7 @@ namespace DigitalData.Core.Security.Cryptographer { + //TODO: Create seperated extensions project public static class CryptographerExtensions { public static IEnumerable GetByIssuer(this IEnumerable cryptographers, string issuer) where TRSACryptographer: IRSACryptographer