feat(RSADecryptor): Öffentliche Constructure-Methode gemacht.
This commit is contained in:
parent
0e0513e640
commit
1ebdd7e5bb
@ -14,7 +14,7 @@ namespace DigitalData.Core.Security
|
||||
|
||||
public IRSAEncryptor Encryptor => _lazyEncryptor.Value;
|
||||
|
||||
internal RSADecryptor()
|
||||
public RSADecryptor()
|
||||
{
|
||||
_lazyEncryptor = new(() => new RSAEncryptor()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user