3 implementations of GetAllElements
Microsoft.AspNetCore.DataProtection (3)
Repositories\EphemeralXmlRepository.cs (1)
27public IReadOnlyCollection<XElement> GetAllElements()
Repositories\FileSystemXmlRepository.cs (1)
69public virtual IReadOnlyCollection<XElement> GetAllElements()
Repositories\RegistryXmlRepository.cs (1)
56public virtual IReadOnlyCollection<XElement> GetAllElements()
1 reference to GetAllElements
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
166var allElements = KeyRepository.GetAllElements();