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