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)
55
Assert.True(repository.
DeleteElements
(deletableElements =>
95
Assert.True(repository.
DeleteElements
(deletableElements =>
100
repository.
DeleteElements
(deletableElements => deletableElements.First().DeletionOrder = 1);