feat(AsymCryptParams): Erstellt als spezifizierte Optionen für AsymCryptService

This commit is contained in:
Developer 02
2024-12-03 10:12:51 +01:00
parent 09406ca505
commit 6873bac8a1
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace DigitalData.Core.Security
{
public class AsymCryptParams : RSAFactoryParams
{
}
}