4 references to XmlKeyManager
Microsoft.AspNetCore.DataProtection (4)
DataProtectionServiceCollectionExtensions.cs (1)
75services.TryAddSingleton<IKeyManager, XmlKeyManager>();
KeyManagement\XmlKeyManager.cs (3)
66/// Creates an <see cref="XmlKeyManager"/>. 77/// Creates an <see cref="XmlKeyManager"/>. 95_logger = _loggerFactory.CreateLogger<XmlKeyManager>();