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