feat(RSAEncryptor): FileNotFoundEvent-Methode aktualisiert, um Datei zu erstellen, wenn nicht gefunden
This commit is contained in:
@@ -5,7 +5,7 @@ namespace DigitalData.Core.Security.Cryptographer
|
||||
{
|
||||
public class RSACryptographer : IRSACryptographer
|
||||
{
|
||||
private string? _pem;
|
||||
protected string? _pem;
|
||||
|
||||
public string Pem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user