refactor(IRSACryptographer): IJsonOnDeserialized-Implementierung entfernt
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Text.Json.Serialization;
|
||||
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IRSACryptographer : IJsonOnDeserialized
|
||||
public interface IRSACryptographer
|
||||
{
|
||||
public string Pem { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user