public IReadOnlyCollection GetAllKeys()

in src/Amazon.AspNetCore.DataProtection.SSM/XmlDeletableKeyManager.cs [65:68]


        public IReadOnlyCollection<IKey> GetAllKeys()
        {
            return _xmlKeyManager.GetAllKeys();
        }