feat(RSADecryptor): PasswordVersion-Eigenschaft hinzugefügt. Password.get intern gemacht.
- Password.get entfernt und PasswordVersion-Eigenschaft in IRSADecryptor hinzugefügt
This commit is contained in:
@@ -6,7 +6,9 @@ namespace DigitalData.Core.Security
|
||||
{
|
||||
public class RSADecryptor : RSACryptographer, IRSADecryptor, IRSACryptographer
|
||||
{
|
||||
public string? Password { get; init; }
|
||||
public string? Password { internal get; init; }
|
||||
|
||||
public Version? PasswordVersion { get; init; }
|
||||
|
||||
public bool HasEncryptedPem => Password is not null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user