refactor(Privatekey): Die Klasse encryptor wurde erstellt und die Verschlüsselungsfunktionen wurden zur einfachen und sauberen Konfiguration dorthin verschoben.
This commit is contained in:
@@ -38,8 +38,7 @@ namespace DigitalData.Core.Security.RSAKey
|
||||
{
|
||||
_lazyPublicKey = new(() => new RSAPublicKey()
|
||||
{
|
||||
Content = RSA.ExportRSAPublicKeyPem(),
|
||||
Padding = Padding
|
||||
Content = RSA.ExportRSAPublicKeyPem()
|
||||
});
|
||||
|
||||
_descriptorInitiator = new(() =>
|
||||
|
||||
Reference in New Issue
Block a user