feat(RSADecryptor): Öffentliche Constructure-Methode gemacht.

This commit is contained in:
Developer 02 2024-11-20 10:33:11 +01:00
parent 0e0513e640
commit 1ebdd7e5bb

View File

@ -14,7 +14,7 @@ namespace DigitalData.Core.Security
public IRSAEncryptor Encryptor => _lazyEncryptor.Value;
internal RSADecryptor()
public RSADecryptor()
{
_lazyEncryptor = new(() => new RSAEncryptor()
{