1 implementation of IInternalXmlKeyManager
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
35
public sealed class XmlKeyManager : IKeyManager,
IInternalXmlKeyManager
7 references to IInternalXmlKeyManager
Microsoft.AspNetCore.DataProtection (7)
KeyManagement\Key.cs (2)
62
IInternalXmlKeyManager
keyManager,
223
private static Func<IAuthenticatedEncryptorDescriptor> GetLazyDescriptorDelegate(
IInternalXmlKeyManager
keyManager, XElement keyElement)
KeyManagement\XmlKeyManager.cs (5)
56
private readonly
IInternalXmlKeyManager
_internalKeyManager;
130
IInternalXmlKeyManager
internalXmlKeyManager)
504
IKey
IInternalXmlKeyManager
.CreateNewKey(Guid keyId, DateTimeOffset creationDate, DateTimeOffset activationDate, DateTimeOffset expirationDate)
571
IAuthenticatedEncryptorDescriptor
IInternalXmlKeyManager
.DeserializeDescriptorFromKeyElement(XElement keyElement)
622
void
IInternalXmlKeyManager
.RevokeSingleKey(Guid keyId, DateTimeOffset revocationDate, string? reason)