refactor(IRSACryptographer): Umbenennung in IAsymmetricKey
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace DigitalData.Core.Security.Cryptographer
|
||||
{
|
||||
public class RSAEncryptor : RSACryptographer, IRSAEncryptor, IRSACryptographer
|
||||
public class RSAEncryptor : RSACryptographer, IRSAEncryptor, IAsymmetricKey
|
||||
{
|
||||
public override string Pem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user