refactor(IAsymCryptHandler): Umbenannt in ICryptograph
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IAsymCryptHandler : IAsymmetricKeyFactory
|
||||
public interface ICryptograph : IAsymmetricKeyFactory
|
||||
{
|
||||
IEnumerable<IAsymmetricPrivateKey> PrivateKeys { get; }
|
||||
|
||||
Reference in New Issue
Block a user