1 interface inheriting from IKeyManager
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\IDeletableKeyManager.cs (1)
14
public interface IDeletableKeyManager :
IKeyManager
1 implementation of IKeyManager
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
35
public sealed class XmlKeyManager :
IKeyManager
, IInternalXmlKeyManager
6 references to IKeyManager
Microsoft.AspNetCore.DataProtection (6)
DataProtectionServiceCollectionExtensions.cs (1)
75
services.TryAddSingleton<
IKeyManager
, XmlKeyManager>();
KeyManagement\IDeletableKeyManager.cs (1)
12
/// An extension of <see cref="
IKeyManager
"/> that supports key deletion.
KeyManagement\KeyManagementOptions.cs (1)
14
/// Options that control how an <see cref="
IKeyManager
"/> should behave.
KeyManagement\KeyRingProvider.cs (3)
28
private readonly
IKeyManager
_keyManager;
33
IKeyManager
keyManager,
45
IKeyManager
keyManager,