feat(RSADecryptor): Eigenschaft hinzugefügt, um zu prüfen, ob der RSADecryptor pem verschlüsselt hat.
This commit is contained in:
@@ -8,6 +8,8 @@ namespace DigitalData.Core.Security
|
||||
{
|
||||
public string? Password { get; init; }
|
||||
|
||||
public bool HasEncryptedPem => Password is not null;
|
||||
|
||||
public bool IsEncrypted => Password is not null;
|
||||
|
||||
private readonly Lazy<IRSAEncryptor> _lazyEncryptor;
|
||||
|
||||
Reference in New Issue
Block a user