public bool DeleteKeys()

in src/Amazon.AspNetCore.DataProtection.SSM/XmlDeletableKeyManager.cs [52:55]


        public bool DeleteKeys(Func<IKey, bool> shouldDelete)
        {
            return _xmlKeyManager.DeleteKeys(shouldDelete);
        }