chore: Hinzugefügtes ToDo

This commit is contained in:
Developer 02 2024-12-05 15:03:28 +01:00
parent baf1f5e045
commit 2f0c6a905a

View File

@ -2,6 +2,7 @@
namespace DigitalData.Core.Security.Cryptographer
{
//TODO: Create seperated extensions project
public static class CryptographerExtensions
{
public static IEnumerable<TRSACryptographer> GetByIssuer<TRSACryptographer>(this IEnumerable<TRSACryptographer> cryptographers, string issuer) where TRSACryptographer: IRSACryptographer