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\FileSystemXmlRepositoryTests.cs (3)
160
Assert.True(repository.
DeleteElements
(deletableElements =>
217
Assert.False(repository.
DeleteElements
(deletableElements =>
260
Assert.True(repository.
DeleteElements
(deletableElements =>