Implemented interface member:
method
DeleteElements
Microsoft.AspNetCore.DataProtection.Repositories.IDeletableXmlRepository.DeleteElements(System.Action<System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.DataProtection.Repositories.IDeletableElement>>)
3 references to DeleteElements
Microsoft.AspNetCore.DataProtection.Tests (3)
Repositories\EphemeralXmlRepositoryTests.cs (3)
59
Assert.True(repository.
DeleteElements
(deletableElements =>
99
Assert.True(repository.
DeleteElements
(deletableElements =>
104
repository.
DeleteElements
(deletableElements => deletableElements.First().DeletionOrder = 1);