3 implementations of IDeletableElement
Microsoft.AspNetCore.DataProtection (3)
Repositories\EphemeralXmlRepository.cs (1)
98private sealed class DeletableElement : IDeletableElement
Repositories\FileSystemXmlRepository.cs (1)
219private sealed class DeletableElement : IDeletableElement
Repositories\RegistryXmlRepository.cs (1)
200private sealed class DeletableElement : IDeletableElement
5 references to IDeletableElement
Microsoft.AspNetCore.DataProtection (5)
Repositories\EphemeralXmlRepository.cs (1)
59public bool DeleteElements(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
Repositories\FileSystemXmlRepository.cs (1)
180public virtual bool DeleteElements(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
Repositories\IDeletableXmlRepository.cs (2)
20/// For each, set <see cref="IDeletableElement.DeletionOrder"/> to a non-<c>null</c> value if it should be deleted. 26bool DeleteElements(Action<IReadOnlyCollection<IDeletableElement>> chooseElements);
Repositories\RegistryXmlRepository.cs (1)
160public virtual bool DeleteElements(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)