4 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)
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\XmlKeyManagerTests.cs (1)
1019
bool IDeletableXmlRepository.
DeleteElements
(Action<IReadOnlyCollection<IDeletableElement>> chooseElements) => throw new InvalidOperationException();
1 reference to DeleteElements
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
421
return xmlRepositoryWithDeletion.
DeleteElements
((deletableElements) =>