3 references to DataProtectionHostedService
Microsoft.AspNetCore.DataProtection (3)
DataProtectionServiceCollectionExtensions.cs (1)
77services.TryAddEnumerable(ServiceDescriptor.Singleton<IHostedService, DataProtectionHostedService>());
Internal\DataProtectionHostedService.cs (2)
17private readonly ILogger<DataProtectionHostedService> _logger; 26_logger = loggerFactory.CreateLogger<DataProtectionHostedService>();