3 implementations of DeleteElements
Microsoft.AspNetCore.DataProtection (3)
Repositories\EphemeralXmlRepository.cs (1)
59
public bool
DeleteElements
(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
Repositories\FileSystemXmlRepository.cs (1)
180
public virtual bool
DeleteElements
(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
Repositories\RegistryXmlRepository.cs (1)
160
public virtual bool
DeleteElements
(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
1 reference to DeleteElements
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
421
return xmlRepositoryWithDeletion.
DeleteElements
((deletableElements) =>