3 implementations of Element
Microsoft.AspNetCore.DataProtection (3)
Repositories\EphemeralXmlRepository.cs (1)
107
public XElement
Element
{ get; }
Repositories\FileSystemXmlRepository.cs (1)
228
public XElement
Element
{ get; }
Repositories\RegistryXmlRepository.cs (1)
209
public XElement
Element
{ get; }
1 reference to Element
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
434
var allElements = deletableElements.Select(d => d.
Element
).ToArray();