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