fix(Core.Security): pem-Importprozess in den Initilizer mehetods verschoben

This commit is contained in:
Developer 02
2024-11-18 17:14:42 +01:00
parent eccf2b32ce
commit 26a68cd477
3 changed files with 32 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ namespace DigitalData.Core.Security
{
public class RSACryptographer : IRSACryptographer
{
public required string Pem { get; init; }
public required virtual string Pem { get; init; }
public required RSAEncryptionPadding Padding { get; init; }