feat(IAsymCryptService): Generischer Typ TParams hinzugefügt.

This commit is contained in:
Developer 02 2024-12-03 10:07:58 +01:00
parent 3aa5ad782f
commit 09406ca505

View File

@ -1,6 +1,6 @@
namespace DigitalData.Core.Abstractions.Security
{
public interface IAsymCryptService : IRSAFactory
public interface IAsymCryptService<TParams> : IRSAFactory<TParams>
{
/// <summary>
/// Gets the formatter function for generating RSA key names.