feat (CryptFactory.RSADecryptorKeyFormatter): aktualisiert, um die erforderlichen Parameter als Eingabe zu nehmen, anstatt IRSADecryptor direkt als Eingabe zu nehmen

This commit is contained in:
Developer 02
2024-11-20 16:37:09 +01:00
parent 49b49271f3
commit 0ff0de8159
3 changed files with 29 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ namespace DigitalData.Core.Security
private string? _password;
public Version? PasswordVersion { get; private init; }
public Version? PasswordVersion { get; private init; } = null;
public bool HasEncryptedPem => _password is not null;