fix(Kryptograph): Umbenannt in Krypto-Fabrik.

This commit is contained in:
Developer 02
2025-01-09 20:10:45 +01:00
parent d98b3f2867
commit 079f0c69c7
4 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ namespace DigitalData.Core.Security
private static IServiceCollection AddCryptograph(this IServiceCollection services) => services
.AddParamsConfigureOptions<CryptographParams>()
.AddAutoMapper(typeof(MappingProfile).Assembly)
.AddSingleton<ICryptograph, Cryptograph>();
.AddSingleton<ICryptoFactory, CryptoFactory>();
/// <summary>
/// Registers a custom asym crypt service with specified parameters from the given configuration section.