refactor(CryptographerExtensions): In die Abstraktionsschicht verschieben
This commit is contained in:
parent
b02f93b38d
commit
8003cffb9b
@ -1,8 +1,5 @@
|
|||||||
using DigitalData.Core.Abstractions.Security;
|
namespace DigitalData.Core.Abstractions.Security
|
||||||
|
|
||||||
namespace DigitalData.Core.Security.Cryptographer
|
|
||||||
{
|
{
|
||||||
//TODO: Create seperated extensions project
|
|
||||||
public static class CryptographerExtensions
|
public static class CryptographerExtensions
|
||||||
{
|
{
|
||||||
public static IEnumerable<TRSACryptographer> GetByIssuer<TRSACryptographer>(this IEnumerable<TRSACryptographer> cryptographers, string issuer) where TRSACryptographer: IRSACryptographer
|
public static IEnumerable<TRSACryptographer> GetByIssuer<TRSACryptographer>(this IEnumerable<TRSACryptographer> cryptographers, string issuer) where TRSACryptographer: IRSACryptographer
|
||||||
Loading…
x
Reference in New Issue
Block a user