diff --git a/DigitalData.Core.Security/RSADecryptor.cs b/DigitalData.Core.Security/RSADecryptor.cs index 83813c1..9cffaef 100644 --- a/DigitalData.Core.Security/RSADecryptor.cs +++ b/DigitalData.Core.Security/RSADecryptor.cs @@ -14,7 +14,7 @@ namespace DigitalData.Core.Security public IRSAEncryptor Encryptor => _lazyEncryptor.Value; - internal RSADecryptor() + public RSADecryptor() { _lazyEncryptor = new(() => new RSAEncryptor() {