public bool DeleteElements()

in src/Amazon.AspNetCore.DataProtection.SSM/SSMXmlRepository.cs [214:217]


        public bool DeleteElements(Action<IReadOnlyCollection<IDeletableElement>> chooseElements)
        {
            return Task.Run(() => DeleteElementsAsync(chooseElements)).GetAwaiter().GetResult();
        }