refactor(CryptographerExtensions): In die Abstraktionsschicht verschieben

This commit is contained in:
Developer 02 2024-12-05 15:20:56 +01:00
parent b02f93b38d
commit 8003cffb9b

View File

@ -1,8 +1,5 @@
using DigitalData.Core.Abstractions.Security;
namespace DigitalData.Core.Security.Cryptographer
namespace DigitalData.Core.Abstractions.Security
{
//TODO: Create seperated extensions project
public static class CryptographerExtensions
{
public static IEnumerable<TRSACryptographer> GetByIssuer<TRSACryptographer>(this IEnumerable<TRSACryptographer> cryptographers, string issuer) where TRSACryptographer: IRSACryptographer