refactor(RSACryptographer): Verzeichnis und Dateiname wurden entfernt.

- Datei-Leseprozess in init-Methode entfernt.
This commit is contained in:
Developer 02
2024-12-13 10:29:49 +01:00
parent 7c03282066
commit 76ce64691a
5 changed files with 16 additions and 73 deletions

View File

@@ -7,11 +7,7 @@ namespace DigitalData.Core.Abstractions.Security
public string Pem { get; init; }
public RSAEncryptionPadding Padding { get; init; }
public string? Directory { get; set; }
public string? FileName { get; set; }
public string Issuer { get; init; }
public string Audience { get; init; }