From 343560ed623cfa8cc27ab76c95189ff928cc46b9 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 3 Dec 2024 10:24:49 +0100 Subject: [PATCH] =?UTF-8?q?feat(AsymCryptParams):=20ReadOrCreateDirs-Eigen?= =?UTF-8?q?schaft=20zu=20params=20hinzugef=C3=BCgt,=20um=20die=20Aktualisi?= =?UTF-8?q?erung=20von=20Entschl=C3=BCsselungsprogrammen=20zu=20automatisi?= =?UTF-8?q?eren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DigitalData.Core.Security/AsymCryptParams.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DigitalData.Core.Security/AsymCryptParams.cs b/DigitalData.Core.Security/AsymCryptParams.cs index b5d14aa..07abe5e 100644 --- a/DigitalData.Core.Security/AsymCryptParams.cs +++ b/DigitalData.Core.Security/AsymCryptParams.cs @@ -2,5 +2,6 @@ { public class AsymCryptParams : RSAFactoryParams { + public IEnumerable? ReadOrCreateDirs { get; init; } } } \ No newline at end of file