refactor(CryptographParams): umbenannt in CryptoFactoryParams

This commit is contained in:
Developer 02
2025-01-09 22:33:56 +01:00
parent 5981ba7a8d
commit 97c4f7bf8f
3 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
namespace DigitalData.Core.Security.Config
{
public class CryptographParams : RSAFactoryParams
public class CryptoFactoryParams : RSAFactoryParams
{
public string PemDirectory { get; init; } = string.Empty;
@@ -45,7 +45,7 @@ namespace DigitalData.Core.Security.Config
public RSADecryptor? VaultDecryptor { get; init; }
public CryptographParams()
public CryptoFactoryParams()
{
// init decryptors
AfterCreate += () =>