refactor(AsymCryptService): umbenannt in AsymCryptHandler
This commit is contained in:
@@ -16,7 +16,7 @@ namespace DigitalData.Core.Security
|
||||
private static IServiceCollection AddAsymCryptService(this IServiceCollection services) => services
|
||||
.AddParamsConfigureOptions<AsymCryptParams>()
|
||||
.AddAutoMapper(typeof(MappingProfile).Assembly)
|
||||
.AddSingleton<IAsymCryptService, AsymCryptService>();
|
||||
.AddSingleton<IAsymCryptHandler, AsymCryptHandler>();
|
||||
|
||||
/// <summary>
|
||||
/// Registers a custom asym crypt service with specified parameters from the given configuration section.
|
||||
|
||||
Reference in New Issue
Block a user