refactor(AsymCryptService): umbenannt in AsymCryptHandler

This commit is contained in:
Developer 02
2025-01-06 10:44:03 +01:00
parent a3931414e3
commit 389d64c25d
4 changed files with 6 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
namespace DigitalData.Core.Abstractions.Security
{
public interface IAsymCryptService : IRSAFactory
public interface IAsymCryptHandler : IRSAFactory
{
IEnumerable<IRSADecryptor> Decryptors { get; }