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)
165
Assert.True(repository.
DeleteElements
(deletableElements =>
222
Assert.False(repository.
DeleteElements
(deletableElements =>
265
Assert.True(repository.
DeleteElements
(deletableElements =>