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