refactor(RSADecryptor): Umbenennung der Eigenschaft Encrypt in IsEncrypted
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface IRSADecryptor : IRSACryptographer
|
||||
{
|
||||
public bool Encrypt { get; init; }
|
||||
public bool IsEncrypted { get; init; }
|
||||
|
||||
IRSAEncryptor Encryptor { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user