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:
@@ -2,7 +2,9 @@
|
||||
{
|
||||
public interface IRSADecryptor : IRSACryptographer
|
||||
{
|
||||
string? Password { get; init; }
|
||||
string? Password { init; }
|
||||
|
||||
Version? PasswordVersion { get; init; }
|
||||
|
||||
bool HasEncryptedPem { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user