1 write to KeyRepository
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
110
KeyRepository
= keyRepository;
6 references to KeyRepository
Microsoft.AspNetCore.DataProtection (6)
KeyManagement\XmlKeyManager.cs (6)
166
var allElements =
KeyRepository
.GetAllElements();
397
KeyRepository
.StoreElement(revocationElement, friendlyName);
411
public bool CanDeleteKeys =>
KeyRepository
is IDeletableXmlRepository;
416
if (
KeyRepository
is not IDeletableXmlRepository xmlRepositoryWithDeletion)
554
KeyRepository
.StoreElement(possiblyEncryptedKeyElement, friendlyName);
641
KeyRepository
.StoreElement(revocationElement, friendlyName);