feat(IAsymCryptService): Generischer Typ TParams hinzugefügt.
This commit is contained in:
parent
3aa5ad782f
commit
09406ca505
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user